#6a6a6f Color Hex Charcoal Plum

Information about Charcoal Plum Color | #0000FF

#6a6a6f color RGB value is (106,106,111). #6a6a6f color name is Charcoal Plum color.

#6a6a6f hex color red value is 106 , green value is 106 and the blue value of its RGB is 111 . Cylindrical-coordinate representations (also known as HSL) of color #6a6a6f hue: 240 , saturation: 2 and the lightness value of #6a6a6f is 43

The process color (four color CMYK) of #6a6a6f color hex is 2 , 2 ,0, 22 .

#6a6a6f

~Charcoal Plum

Color Converions

HEX
#6a6a6f
RGB
106,106,111
LAB
45,1,-3
CMYK
5,5,0,56
LCH
45,3,-74
XYZ
14,15,17
HSV
240,5,44
HSL
240,2,43

Base Numbers

Base Red Green Blue
Binary 1101010 1101010 1101111
Octal 152 152 157
Decimal 106 106 111
Hex 6a 6a 6f

RGB Percentages of Color #6a6a6f

42%
42%
44%

CMYK Percentages of Color #6a6a6f

2%
0%
2%
22%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #6a6a6f

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#6a6a6f
20%
#5f5f64
30%
#555559
40%
#4a4a4e
50%
#404043
60%
#353538
70%
#2a2a2c
80%
#202021
90%
#151516
100%
#0b0b0b

Tints of #6a6a6f

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#6a6a6f
20%
#79797d
30%
#88888c
40%
#97979a
50%
#a6a6a9
60%
#b5b5b7
70%
#c3c3c5
80%
#d2d2d4
90%
#e1e1e2
100%
#f0f0f1

Tones of #6a6a6f

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#6a6a6f
20%
#6c6c71
30%
#6e6e72
40%
#707074
50%
#737376
60%
#757577
70%
#777779
80%
#79797b
90%
#7b7b7c
100%
#7d7d7e

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#6a6a6f
#6a6c6f
#6a6b6f
#6a6a6f
#6b6a6f
#6c6a6f

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#6a6a6f
#6f6f6a

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#6a6a6f
#6f6a6e
#6c6f6a

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#6a6a6f
#6f6a6a
#6a6f6a

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#6a6a6f
#6f6a6c
#6f6f6a
#6a6f6c

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#6a6a6f
#939399
#bbbbc4
#e4e4ee
#19191a
#414144

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#6a6a6f

protanopia

#6b696e

deuteranopia

#72676f

tritanopia

#6a6971

achromatopsia

#6a6a6a

protanomaly

#6a6a6f

deuteranomaly

#6f686f

achromatopsia

#6a6a6a

tritanomaly

#6a6a71

achromatomaly

#6a6a6c

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Good 5/21
Hello World ! 5

Black background-color

Poor 4/21
Hello World !

#6a6a6f Color CSS Codes

.bgcolor {background-color:#6a6a6f; } 
.forecolor {color:#6a6a6f; }
.bordercolor {border:3px solid #6a6a6f; }
            

#6a6a6f Text Font Color

<div style="color:#6a6a6f">
Div content here</div>

This sample text font color is #6a6a6f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#6a6a6f Background Color

<div style="background-color:#6a6a6f">
Div content here</div>
Div content here

#6a6a6f Border Color

<div style="border:3px solid #6a6a6f">
Div here</div>

This div border color is #6a6a6f

#6a6a6f Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #6a6a6f; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a6a6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a6a6f;
  -webkit-box-shadow: 1px 1px 3px 2px #6a6a6f;
  box-shadow: 1px 1px 3px 2px #6a6a6f; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a6a6f">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a6a6f;
              -webkit-box-shadow: 1px 1px 3px 2px #6a6a6f;
              box-shadow:         1px 1px 3px 2px #6a6a6f#6a6a6f">
Div content here</div>

This div box has shadow with color #6a6a6f

More Colors

Little Bear
#604b42
Hong Kong Taxi
#a8102a
Pale Mauve
#c6a4a4
Marsala
#964f4c
Challah Bread
#cd7a50
Lagoona Teal
#76c6d3
Alpine
#ad8a3b
Breathless
#dfdae0
Apricot Lily
#fecfb5
Planetary Silver
#cccfcb
Illuminated
#f9e5d8
Flip-Flop
#f2c4a7
Acid Green
#8ffe09
Cherokee Dignity
#dd7722
June Bud
#bdda57
Corn Kernel
#ffcba4
Nomadic Travels
#e0c997
Nevergreen
#666556
Cantera
#cec5af
Calico
#d5b185
Cloud White
#f2f2ed
Obscure Ochre
#88654e
Brazil Nut
#856765
Midnight Grey
#666a6d
Dolly Cheek
#fcc9b6
Landjäger
#af403c
Pirate's Haven
#005176
Kale Green
#4f6a56
New Chestnut
#a28367
Aqua Haze
#d9ddd5
Persimmon Juice
#934337
Petunia Patty
#4b3c4b
Larkspur
#3c7d90
Ceramic Blue Turquoise
#16a29a
Lake View
#2e4967
Dark LUA Console
#5f574f
Birthday Cake
#e9d2cc
Eastern Amber
#ebb67e
Green Glutton
#007722
Blowout
#658499
rating-img
Rate this tool
NaN/5   0 votes