Shades of Raven #666C78
Tints of Raven #666C78
RGB
CMYK
RGB Variations
Color information
#666C78 (or 0x666C78) is known color: Raven. HEX triplet: 66, 6C and 78. RGB value is (102,108,120). Sum of RGB (Red+Green+Blue) = 102+108+120=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #666C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C78 is #999387. Grayscale: #6B6B6B. Windows color (decimal): -10064776 or 7892070. OLE color: 7892070.
HSL color Cylindrical-coordinate representation of color #666C78: hue angle of 220º 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 #666C78 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 108 | 120 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.53 |
| HSL | 220º | 0.08% | 0.44% | - |
| HSV(B) | 220º | 0.15% | 0.47% | - |
| XYZ | 14.23 | 14.91 | 19.9 | - |
| YUV | 107.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 120 | 0.15 | 0.10 | 0 | 0.53 | 220 | 0.08 | 0.44 |
| Hex | 66 | 6C | 78 | F | A | 0 | 35 | DC | 8 | 2C |
| Octal | 146 | 154 | 170 | 17 | 12 | 0 | 65 | 334 | 10 | 54 |
| Binary | 1100110 | 1101100 | 1111000 | 1111 | 1010 | 0 | 110101 | 11011100 | 1000 | 101100 |
Color Harmonies of #666C78
Complementary color
Monochromatic Colors of #666C78
Black with #666C78
Text Example
Text Example
White with #666C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C78; }
p { color: rgb(102,108,120); }
H1.HeaderClassName
{
color: #666C78;
}
.AnyTagClassName
{
color: #666C78;
}
</style>
background-color css
<style>
a { background-color: #666C78; }
a { background-color: rgb(102,108,120); }
div.DivClassName
{
background-color: #666C78;
}
.BgClassName
{
background-color: #666C78;
}
</style>
border-color css
<style>
span { border-color: #666C78; }
span { border-color: rgb(102,108,120); }
td.TdClassName
{
border-color: #666C78;
}
.TagClassName
{
border-color: #666C78;
}
</style>