Shades of Raven #666F7A
Tints of Raven #666F7A
RGB
CMYK
RGB Variations
Color information
#666F7A (or 0x666F7A) is known color: Raven. HEX triplet: 66, 6F and 7A. RGB value is (102,111,122). Sum of RGB (Red+Green+Blue) = 102+111+122=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #666F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F7A is #999085. Grayscale: #6D6D6D. Windows color (decimal): -10064006 or 8023910. OLE color: 8023910.
HSL color Cylindrical-coordinate representation of color #666F7A: hue angle of 213º 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 #666F7A is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 111 | 122 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.52 |
| HSL | 213º | 0.09% | 0.44% | - |
| HSV(B) | 213º | 0.16% | 0.48% | - |
| XYZ | 14.68 | 15.6 | 20.65 | - |
| YUV | 109.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 122 | 0.16 | 0.09 | 0 | 0.52 | 213 | 0.09 | 0.44 |
| Hex | 66 | 6F | 7A | 10 | 9 | 0 | 34 | D5 | 9 | 2C |
| Octal | 146 | 157 | 172 | 20 | 11 | 0 | 64 | 325 | 11 | 54 |
| Binary | 1100110 | 1101111 | 1111010 | 10000 | 1001 | 0 | 110100 | 11010101 | 1001 | 101100 |
Color Harmonies of #666F7A
Complementary color
Monochromatic Colors of #666F7A
Black with #666F7A
Text Example
Text Example
White with #666F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F7A; }
p { color: rgb(102,111,122); }
H1.HeaderClassName
{
color: #666F7A;
}
.AnyTagClassName
{
color: #666F7A;
}
</style>
background-color css
<style>
a { background-color: #666F7A; }
a { background-color: rgb(102,111,122); }
div.DivClassName
{
background-color: #666F7A;
}
.BgClassName
{
background-color: #666F7A;
}
</style>
border-color css
<style>
span { border-color: #666F7A; }
span { border-color: rgb(102,111,122); }
td.TdClassName
{
border-color: #666F7A;
}
.TagClassName
{
border-color: #666F7A;
}
</style>