Shades of Raven #6C6E72
Tints of Raven #6C6E72
RGB
CMYK
RGB Variations
Color information
#6C6E72 (or 0x6C6E72) is known color: Raven. HEX triplet: 6C, 6E and 72. RGB value is (108,110,114). Sum of RGB (Red+Green+Blue) = 108+110+114=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E72 is #93918D. Grayscale: #6D6D6D. Windows color (decimal): -9671054 or 7499372. OLE color: 7499372.
HSL color Cylindrical-coordinate representation of color #6C6E72: hue angle of 220º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C6E72 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 110 | 114 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.55 |
| HSL | 220º | 0.03% | 0.44% | - |
| HSV(B) | 220º | 0.05% | 0.45% | - |
| XYZ | 14.8 | 15.55 | 18.14 | - |
| YUV | 109.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 114 | 0.05 | 0.04 | 0 | 0.55 | 220 | 0.03 | 0.44 |
| Hex | 6C | 6E | 72 | 5 | 4 | 0 | 37 | DC | 3 | 2C |
| Octal | 154 | 156 | 162 | 5 | 4 | 0 | 67 | 334 | 3 | 54 |
| Binary | 1101100 | 1101110 | 1110010 | 101 | 100 | 0 | 110111 | 11011100 | 11 | 101100 |
Color Harmonies of #6C6E72
Complementary color
Monochromatic Colors of #6C6E72
Black with #6C6E72
Text Example
Text Example
White with #6C6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E72; }
p { color: rgb(108,110,114); }
H1.HeaderClassName
{
color: #6C6E72;
}
.AnyTagClassName
{
color: #6C6E72;
}
</style>
background-color css
<style>
a { background-color: #6C6E72; }
a { background-color: rgb(108,110,114); }
div.DivClassName
{
background-color: #6C6E72;
}
.BgClassName
{
background-color: #6C6E72;
}
</style>
border-color css
<style>
span { border-color: #6C6E72; }
span { border-color: rgb(108,110,114); }
td.TdClassName
{
border-color: #6C6E72;
}
.TagClassName
{
border-color: #6C6E72;
}
</style>