Shades of Raven #666A73
Tints of Raven #666A73
RGB
CMYK
RGB Variations
Color information
#666A73 (or 0x666A73) is known color: Raven. HEX triplet: 66, 6A and 73. RGB value is (102,106,115). Sum of RGB (Red+Green+Blue) = 102+106+115=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #666A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A73 is #99958C. Grayscale: #696969. Windows color (decimal): -10065293 or 7563878. OLE color: 7563878.
HSL color Cylindrical-coordinate representation of color #666A73: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666A73 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 106 | 115 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.55 |
| HSL | 221.54º | 0.06% | 0.43% | - |
| HSV(B) | 221.54º | 0.11% | 0.45% | - |
| XYZ | 13.73 | 14.37 | 18.27 | - |
| YUV | 105.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 115 | 0.11 | 0.08 | 0 | 0.55 | 221.54 | 0.06 | 0.43 |
| Hex | 66 | 6A | 73 | B | 8 | 0 | 37 | DE | 6 | 2B |
| Octal | 146 | 152 | 163 | 13 | 10 | 0 | 67 | 336 | 6 | 53 |
| Binary | 1100110 | 1101010 | 1110011 | 1011 | 1000 | 0 | 110111 | 11011110 | 110 | 101011 |
Color Harmonies of #666A73
Complementary color
Monochromatic Colors of #666A73
Black with #666A73
Text Example
Text Example
White with #666A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A73; }
p { color: rgb(102,106,115); }
H1.HeaderClassName
{
color: #666A73;
}
.AnyTagClassName
{
color: #666A73;
}
</style>
background-color css
<style>
a { background-color: #666A73; }
a { background-color: rgb(102,106,115); }
div.DivClassName
{
background-color: #666A73;
}
.BgClassName
{
background-color: #666A73;
}
</style>
border-color css
<style>
span { border-color: #666A73; }
span { border-color: rgb(102,106,115); }
td.TdClassName
{
border-color: #666A73;
}
.TagClassName
{
border-color: #666A73;
}
</style>