Shades of Raven #666F7F
Tints of Raven #666F7F
RGB
CMYK
RGB Variations
Color information
#666F7F (or 0x666F7F) is known color: Raven. HEX triplet: 66, 6F and 7F. RGB value is (102,111,127). Sum of RGB (Red+Green+Blue) = 102+111+127=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #666F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F7F is #999080. Grayscale: #6E6E6E. Windows color (decimal): -10064001 or 8351590. OLE color: 8351590.
HSL color Cylindrical-coordinate representation of color #666F7F: hue angle of 218.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666F7F is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 111 | 127 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.50 |
| HSL | 218.4º | 0.11% | 0.45% | - |
| HSV(B) | 218.4º | 0.2% | 0.5% | - |
| XYZ | 14.99 | 15.73 | 22.32 | - |
| YUV | 110.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 127 | 0.20 | 0.13 | 0 | 0.50 | 218.4 | 0.11 | 0.45 |
| Hex | 66 | 6F | 7F | 14 | D | 0 | 32 | DA | B | 2D |
| Octal | 146 | 157 | 177 | 24 | 15 | 0 | 62 | 332 | 13 | 55 |
| Binary | 1100110 | 1101111 | 1111111 | 10100 | 1101 | 0 | 110010 | 11011010 | 1011 | 101101 |
Color Harmonies of #666F7F
Complementary color
Monochromatic Colors of #666F7F
Black with #666F7F
Text Example
Text Example
White with #666F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F7F; }
p { color: rgb(102,111,127); }
H1.HeaderClassName
{
color: #666F7F;
}
.AnyTagClassName
{
color: #666F7F;
}
</style>
background-color css
<style>
a { background-color: #666F7F; }
a { background-color: rgb(102,111,127); }
div.DivClassName
{
background-color: #666F7F;
}
.BgClassName
{
background-color: #666F7F;
}
</style>
border-color css
<style>
span { border-color: #666F7F; }
span { border-color: rgb(102,111,127); }
td.TdClassName
{
border-color: #666F7F;
}
.TagClassName
{
border-color: #666F7F;
}
</style>