Shades of Mid Grey #6B6D6E
Tints of Mid Grey #6B6D6E
RGB
CMYK
RGB Variations
Color information
#6B6D6E (or 0x6B6D6E) is known color: Mid Grey. HEX triplet: 6B, 6D and 6E. RGB value is (107,109,110). Sum of RGB (Red+Green+Blue) = 107+109+110=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B6D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D6E is #949291. Grayscale: #6C6C6C. Windows color (decimal): -9736850 or 7236971. OLE color: 7236971.
HSL color Cylindrical-coordinate representation of color #6B6D6E: hue angle of 200º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6D6E is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 109 | 110 | - |
CMYK | 0.03 | 0.01 | 0 | 0.57 |
HSL | 200º | 0.01% | 0.43% | - |
HSV(B) | 200º | 0.03% | 0.43% | - |
XYZ | 14.35 | 15.19 | 16.93 | - |
YUV | 108.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 109 | 110 | 0.03 | 0.01 | 0 | 0.57 | 200 | 0.01 | 0.43 |
Hex | 6B | 6D | 6E | 3 | 1 | 0 | 39 | C8 | 1 | 2B |
Octal | 153 | 155 | 156 | 3 | 1 | 0 | 71 | 310 | 1 | 53 |
Binary | 1101011 | 1101101 | 1101110 | 11 | 1 | 0 | 111001 | 11001000 | 1 | 101011 |
Color Harmonies of #6B6D6E
Complementary color
Monochromatic Colors of #6B6D6E
Black with #6B6D6E
Text Example
Text Example
White with #6B6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D6E; }
p { color: rgb(107,109,110); }
H1.HeaderClassName
{
color: #6B6D6E;
}
.AnyTagClassName
{
color: #6B6D6E;
}
</style>
background-color css
<style>
a { background-color: #6B6D6E; }
a { background-color: rgb(107,109,110); }
div.DivClassName
{
background-color: #6B6D6E;
}
.BgClassName
{
background-color: #6B6D6E;
}
</style>
border-color css
<style>
span { border-color: #6B6D6E; }
span { border-color: rgb(107,109,110); }
td.TdClassName
{
border-color: #6B6D6E;
}
.TagClassName
{
border-color: #6B6D6E;
}
</style>