Shades of Raven #6C717C
Tints of Raven #6C717C
RGB
CMYK
RGB Variations
Color information
#6C717C (or 0x6C717C) is known color: Raven. HEX triplet: 6C, 71 and 7C. RGB value is (108,113,124). Sum of RGB (Red+Green+Blue) = 108+113+124=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C717C is #938E83. Grayscale: #707070. Windows color (decimal): -9670276 or 8155500. OLE color: 8155500.
HSL color Cylindrical-coordinate representation of color #6C717C: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C717C is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 113 | 124 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.51 |
| HSL | 221.25º | 0.07% | 0.45% | - |
| HSV(B) | 221.25º | 0.13% | 0.49% | - |
| XYZ | 15.73 | 16.45 | 21.42 | - |
| YUV | 112.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 124 | 0.13 | 0.09 | 0 | 0.51 | 221.25 | 0.07 | 0.45 |
| Hex | 6C | 71 | 7C | D | 9 | 0 | 33 | DD | 7 | 2D |
| Octal | 154 | 161 | 174 | 15 | 11 | 0 | 63 | 335 | 7 | 55 |
| Binary | 1101100 | 1110001 | 1111100 | 1101 | 1001 | 0 | 110011 | 11011101 | 111 | 101101 |
Color Harmonies of #6C717C
Complementary color
Monochromatic Colors of #6C717C
Black with #6C717C
Text Example
Text Example
White with #6C717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C717C; }
p { color: rgb(108,113,124); }
H1.HeaderClassName
{
color: #6C717C;
}
.AnyTagClassName
{
color: #6C717C;
}
</style>
background-color css
<style>
a { background-color: #6C717C; }
a { background-color: rgb(108,113,124); }
div.DivClassName
{
background-color: #6C717C;
}
.BgClassName
{
background-color: #6C717C;
}
</style>
border-color css
<style>
span { border-color: #6C717C; }
span { border-color: rgb(108,113,124); }
td.TdClassName
{
border-color: #6C717C;
}
.TagClassName
{
border-color: #6C717C;
}
</style>