Shades of Raven #666F80
Tints of Raven #666F80
RGB
CMYK
RGB Variations
Color information
#666F80 (or 0x666F80) is known color: Raven. HEX triplet: 66, 6F and 80. RGB value is (102,111,128). Sum of RGB (Red+Green+Blue) = 102+111+128=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #666F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F80 is #99907F. Grayscale: #6E6E6E. Windows color (decimal): -10064000 or 8417126. OLE color: 8417126.
HSL color Cylindrical-coordinate representation of color #666F80: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666F80 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 111 | 128 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.50 |
| HSL | 219.23º | 0.11% | 0.45% | - |
| HSV(B) | 219.23º | 0.2% | 0.5% | - |
| XYZ | 15.06 | 15.75 | 22.67 | - |
| YUV | 110.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 128 | 0.20 | 0.13 | 0 | 0.50 | 219.23 | 0.11 | 0.45 |
| Hex | 66 | 6F | 80 | 14 | D | 0 | 32 | DB | B | 2D |
| Octal | 146 | 157 | 200 | 24 | 15 | 0 | 62 | 333 | 13 | 55 |
| Binary | 1100110 | 1101111 | 10000000 | 10100 | 1101 | 0 | 110010 | 11011011 | 1011 | 101101 |
Color Harmonies of #666F80
Complementary color
Monochromatic Colors of #666F80
Black with #666F80
Text Example
Text Example
White with #666F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F80; }
p { color: rgb(102,111,128); }
H1.HeaderClassName
{
color: #666F80;
}
.AnyTagClassName
{
color: #666F80;
}
</style>
background-color css
<style>
a { background-color: #666F80; }
a { background-color: rgb(102,111,128); }
div.DivClassName
{
background-color: #666F80;
}
.BgClassName
{
background-color: #666F80;
}
</style>
border-color css
<style>
span { border-color: #666F80; }
span { border-color: rgb(102,111,128); }
td.TdClassName
{
border-color: #666F80;
}
.TagClassName
{
border-color: #666F80;
}
</style>