Shades of Raven #6C6F75
Tints of Raven #6C6F75
RGB
CMYK
RGB Variations
Color information
#6C6F75 (or 0x6C6F75) is known color: Raven. HEX triplet: 6C, 6F and 75. RGB value is (108,111,117). Sum of RGB (Red+Green+Blue) = 108+111+117=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6F75 is #93908A. Grayscale: #6E6E6E. Windows color (decimal): -9670795 or 7696236. OLE color: 7696236.
HSL color Cylindrical-coordinate representation of color #6C6F75: hue angle of 220º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6F75 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 111 | 117 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.54 |
| HSL | 220º | 0.04% | 0.44% | - |
| HSV(B) | 220º | 0.08% | 0.46% | - |
| XYZ | 15.08 | 15.84 | 19.09 | - |
| YUV | 110.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 117 | 0.08 | 0.05 | 0 | 0.54 | 220 | 0.04 | 0.44 |
| Hex | 6C | 6F | 75 | 8 | 5 | 0 | 36 | DC | 4 | 2C |
| Octal | 154 | 157 | 165 | 10 | 5 | 0 | 66 | 334 | 4 | 54 |
| Binary | 1101100 | 1101111 | 1110101 | 1000 | 101 | 0 | 110110 | 11011100 | 100 | 101100 |
Color Harmonies of #6C6F75
Complementary color
Monochromatic Colors of #6C6F75
Black with #6C6F75
Text Example
Text Example
White with #6C6F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6F75; }
p { color: rgb(108,111,117); }
H1.HeaderClassName
{
color: #6C6F75;
}
.AnyTagClassName
{
color: #6C6F75;
}
</style>
background-color css
<style>
a { background-color: #6C6F75; }
a { background-color: rgb(108,111,117); }
div.DivClassName
{
background-color: #6C6F75;
}
.BgClassName
{
background-color: #6C6F75;
}
</style>
border-color css
<style>
span { border-color: #6C6F75; }
span { border-color: rgb(108,111,117); }
td.TdClassName
{
border-color: #6C6F75;
}
.TagClassName
{
border-color: #6C6F75;
}
</style>