Shades of Raven #666B78
Tints of Raven #666B78
RGB
CMYK
RGB Variations
Color information
#666B78 (or 0x666B78) is known color: Raven. HEX triplet: 66, 6B and 78. RGB value is (102,107,120). Sum of RGB (Red+Green+Blue) = 102+107+120=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #666B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B78 is #999487. Grayscale: #6A6A6A. Windows color (decimal): -10065032 or 7891814. OLE color: 7891814.
HSL color Cylindrical-coordinate representation of color #666B78: hue angle of 223.33º 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 #666B78 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 107 | 120 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.53 |
| HSL | 223.33º | 0.08% | 0.44% | - |
| HSV(B) | 223.33º | 0.15% | 0.47% | - |
| XYZ | 14.13 | 14.7 | 19.86 | - |
| YUV | 106.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 120 | 0.15 | 0.11 | 0 | 0.53 | 223.33 | 0.08 | 0.44 |
| Hex | 66 | 6B | 78 | F | B | 0 | 35 | DF | 8 | 2C |
| Octal | 146 | 153 | 170 | 17 | 13 | 0 | 65 | 337 | 10 | 54 |
| Binary | 1100110 | 1101011 | 1111000 | 1111 | 1011 | 0 | 110101 | 11011111 | 1000 | 101100 |
Color Harmonies of #666B78
Complementary color
Monochromatic Colors of #666B78
Black with #666B78
Text Example
Text Example
White with #666B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B78; }
p { color: rgb(102,107,120); }
H1.HeaderClassName
{
color: #666B78;
}
.AnyTagClassName
{
color: #666B78;
}
</style>
background-color css
<style>
a { background-color: #666B78; }
a { background-color: rgb(102,107,120); }
div.DivClassName
{
background-color: #666B78;
}
.BgClassName
{
background-color: #666B78;
}
</style>
border-color css
<style>
span { border-color: #666B78; }
span { border-color: rgb(102,107,120); }
td.TdClassName
{
border-color: #666B78;
}
.TagClassName
{
border-color: #666B78;
}
</style>