Shades of Raven #666E80
Tints of Raven #666E80
RGB
CMYK
RGB Variations
Color information
#666E80 (or 0x666E80) is known color: Raven. HEX triplet: 66, 6E and 80. RGB value is (102,110,128). Sum of RGB (Red+Green+Blue) = 102+110+128=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #666E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E80 is #99917F. Grayscale: #6D6D6D. Windows color (decimal): -10064256 or 8416870. OLE color: 8416870.
HSL color Cylindrical-coordinate representation of color #666E80: hue angle of 221.54º 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 #666E80 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 110 | 128 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.50 |
| HSL | 221.54º | 0.11% | 0.45% | - |
| HSV(B) | 221.54º | 0.2% | 0.5% | - |
| XYZ | 14.95 | 15.54 | 22.63 | - |
| YUV | 109.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 128 | 0.20 | 0.14 | 0 | 0.50 | 221.54 | 0.11 | 0.45 |
| Hex | 66 | 6E | 80 | 14 | E | 0 | 32 | DE | B | 2D |
| Octal | 146 | 156 | 200 | 24 | 16 | 0 | 62 | 336 | 13 | 55 |
| Binary | 1100110 | 1101110 | 10000000 | 10100 | 1110 | 0 | 110010 | 11011110 | 1011 | 101101 |
Color Harmonies of #666E80
Complementary color
Monochromatic Colors of #666E80
Black with #666E80
Text Example
Text Example
White with #666E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E80; }
p { color: rgb(102,110,128); }
H1.HeaderClassName
{
color: #666E80;
}
.AnyTagClassName
{
color: #666E80;
}
</style>
background-color css
<style>
a { background-color: #666E80; }
a { background-color: rgb(102,110,128); }
div.DivClassName
{
background-color: #666E80;
}
.BgClassName
{
background-color: #666E80;
}
</style>
border-color css
<style>
span { border-color: #666E80; }
span { border-color: rgb(102,110,128); }
td.TdClassName
{
border-color: #666E80;
}
.TagClassName
{
border-color: #666E80;
}
</style>