Shades of Raven #6C6E75
Tints of Raven #6C6E75
RGB
CMYK
RGB Variations
Color information
#6C6E75 (or 0x6C6E75) is known color: Raven. HEX triplet: 6C, 6E and 75. RGB value is (108,110,117). Sum of RGB (Red+Green+Blue) = 108+110+117=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E75 is #93918A. Grayscale: #6E6E6E. Windows color (decimal): -9671051 or 7695980. OLE color: 7695980.
HSL color Cylindrical-coordinate representation of color #6C6E75: hue angle of 226.67º 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 #6C6E75 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 110 | 117 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.54 |
| HSL | 226.67º | 0.04% | 0.44% | - |
| HSV(B) | 226.67º | 0.08% | 0.46% | - |
| XYZ | 14.97 | 15.62 | 19.06 | - |
| YUV | 110.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 117 | 0.08 | 0.06 | 0 | 0.54 | 226.67 | 0.04 | 0.44 |
| Hex | 6C | 6E | 75 | 8 | 6 | 0 | 36 | E3 | 4 | 2C |
| Octal | 154 | 156 | 165 | 10 | 6 | 0 | 66 | 343 | 4 | 54 |
| Binary | 1101100 | 1101110 | 1110101 | 1000 | 110 | 0 | 110110 | 11100011 | 100 | 101100 |
Color Harmonies of #6C6E75
Complementary color
Monochromatic Colors of #6C6E75
Black with #6C6E75
Text Example
Text Example
White with #6C6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E75; }
p { color: rgb(108,110,117); }
H1.HeaderClassName
{
color: #6C6E75;
}
.AnyTagClassName
{
color: #6C6E75;
}
</style>
background-color css
<style>
a { background-color: #6C6E75; }
a { background-color: rgb(108,110,117); }
div.DivClassName
{
background-color: #6C6E75;
}
.BgClassName
{
background-color: #6C6E75;
}
</style>
border-color css
<style>
span { border-color: #6C6E75; }
span { border-color: rgb(108,110,117); }
td.TdClassName
{
border-color: #6C6E75;
}
.TagClassName
{
border-color: #6C6E75;
}
</style>