Shades of Raven #666F82
Tints of Raven #666F82
RGB
CMYK
RGB Variations
Color information
#666F82 (or 0x666F82) is known color: Raven. HEX triplet: 66, 6F and 82. RGB value is (102,111,130). Sum of RGB (Red+Green+Blue) = 102+111+130=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #666F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F82 is #99907D. Grayscale: #6E6E6E. Windows color (decimal): -10063998 or 8548198. OLE color: 8548198.
HSL color Cylindrical-coordinate representation of color #666F82: hue angle of 220.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666F82 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 111 | 130 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.49 |
| HSL | 220.71º | 0.12% | 0.45% | - |
| HSV(B) | 220.71º | 0.22% | 0.51% | - |
| XYZ | 15.19 | 15.81 | 23.37 | - |
| YUV | 110.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 130 | 0.22 | 0.15 | 0 | 0.49 | 220.71 | 0.12 | 0.45 |
| Hex | 66 | 6F | 82 | 16 | F | 0 | 31 | DD | C | 2D |
| Octal | 146 | 157 | 202 | 26 | 17 | 0 | 61 | 335 | 14 | 55 |
| Binary | 1100110 | 1101111 | 10000010 | 10110 | 1111 | 0 | 110001 | 11011101 | 1100 | 101101 |
Color Harmonies of #666F82
Complementary color
Monochromatic Colors of #666F82
Black with #666F82
Text Example
Text Example
White with #666F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F82; }
p { color: rgb(102,111,130); }
H1.HeaderClassName
{
color: #666F82;
}
.AnyTagClassName
{
color: #666F82;
}
</style>
background-color css
<style>
a { background-color: #666F82; }
a { background-color: rgb(102,111,130); }
div.DivClassName
{
background-color: #666F82;
}
.BgClassName
{
background-color: #666F82;
}
</style>
border-color css
<style>
span { border-color: #666F82; }
span { border-color: rgb(102,111,130); }
td.TdClassName
{
border-color: #666F82;
}
.TagClassName
{
border-color: #666F82;
}
</style>