Shades of Raven #666F78
Tints of Raven #666F78
RGB
CMYK
RGB Variations
Color information
#666F78 (or 0x666F78) is known color: Raven. HEX triplet: 66, 6F and 78. RGB value is (102,111,120). Sum of RGB (Red+Green+Blue) = 102+111+120=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #666F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F78 is #999087. Grayscale: #6D6D6D. Windows color (decimal): -10064008 or 7892838. OLE color: 7892838.
HSL color Cylindrical-coordinate representation of color #666F78: hue angle of 210º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #666F78 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 111 | 120 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.53 |
| HSL | 210º | 0.08% | 0.44% | - |
| HSV(B) | 210º | 0.15% | 0.47% | - |
| XYZ | 14.55 | 15.55 | 20 | - |
| YUV | 109.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 120 | 0.15 | 0.08 | 0 | 0.53 | 210 | 0.08 | 0.44 |
| Hex | 66 | 6F | 78 | F | 8 | 0 | 35 | D2 | 8 | 2C |
| Octal | 146 | 157 | 170 | 17 | 10 | 0 | 65 | 322 | 10 | 54 |
| Binary | 1100110 | 1101111 | 1111000 | 1111 | 1000 | 0 | 110101 | 11010010 | 1000 | 101100 |
Color Harmonies of #666F78
Complementary color
Monochromatic Colors of #666F78
Black with #666F78
Text Example
Text Example
White with #666F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F78; }
p { color: rgb(102,111,120); }
H1.HeaderClassName
{
color: #666F78;
}
.AnyTagClassName
{
color: #666F78;
}
</style>
background-color css
<style>
a { background-color: #666F78; }
a { background-color: rgb(102,111,120); }
div.DivClassName
{
background-color: #666F78;
}
.BgClassName
{
background-color: #666F78;
}
</style>
border-color css
<style>
span { border-color: #666F78; }
span { border-color: rgb(102,111,120); }
td.TdClassName
{
border-color: #666F78;
}
.TagClassName
{
border-color: #666F78;
}
</style>