Shades of Raven #666E7A
Tints of Raven #666E7A
RGB
CMYK
RGB Variations
Color information
#666E7A (or 0x666E7A) is known color: Raven. HEX triplet: 66, 6E and 7A. RGB value is (102,110,122). Sum of RGB (Red+Green+Blue) = 102+110+122=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #666E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E7A is #999185. Grayscale: #6C6C6C. Windows color (decimal): -10064262 or 8023654. OLE color: 8023654.
HSL color Cylindrical-coordinate representation of color #666E7A: hue angle of 216º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666E7A is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 110 | 122 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.52 |
| HSL | 216º | 0.09% | 0.44% | - |
| HSV(B) | 216º | 0.16% | 0.48% | - |
| XYZ | 14.57 | 15.38 | 20.61 | - |
| YUV | 108.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 122 | 0.16 | 0.10 | 0 | 0.52 | 216 | 0.09 | 0.44 |
| Hex | 66 | 6E | 7A | 10 | A | 0 | 34 | D8 | 9 | 2C |
| Octal | 146 | 156 | 172 | 20 | 12 | 0 | 64 | 330 | 11 | 54 |
| Binary | 1100110 | 1101110 | 1111010 | 10000 | 1010 | 0 | 110100 | 11011000 | 1001 | 101100 |
Color Harmonies of #666E7A
Complementary color
Monochromatic Colors of #666E7A
Black with #666E7A
Text Example
Text Example
White with #666E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E7A; }
p { color: rgb(102,110,122); }
H1.HeaderClassName
{
color: #666E7A;
}
.AnyTagClassName
{
color: #666E7A;
}
</style>
background-color css
<style>
a { background-color: #666E7A; }
a { background-color: rgb(102,110,122); }
div.DivClassName
{
background-color: #666E7A;
}
.BgClassName
{
background-color: #666E7A;
}
</style>
border-color css
<style>
span { border-color: #666E7A; }
span { border-color: rgb(102,110,122); }
td.TdClassName
{
border-color: #666E7A;
}
.TagClassName
{
border-color: #666E7A;
}
</style>