Shades of Raven #667180
Tints of Raven #667180
RGB
CMYK
RGB Variations
Color information
#667180 (or 0x667180) is known color: Raven. HEX triplet: 66, 71 and 80. RGB value is (102,113,128). Sum of RGB (Red+Green+Blue) = 102+113+128=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #667180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667180 is #998E7F. Grayscale: #6F6F6F. Windows color (decimal): -10063488 or 8417638. OLE color: 8417638.
HSL color Cylindrical-coordinate representation of color #667180: hue angle of 214.62º 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 #667180 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 113 | 128 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.50 |
| HSL | 214.62º | 0.11% | 0.45% | - |
| HSV(B) | 214.62º | 0.2% | 0.5% | - |
| XYZ | 15.28 | 16.19 | 22.74 | - |
| YUV | 111.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 128 | 0.20 | 0.12 | 0 | 0.50 | 214.62 | 0.11 | 0.45 |
| Hex | 66 | 71 | 80 | 14 | C | 0 | 32 | D7 | B | 2D |
| Octal | 146 | 161 | 200 | 24 | 14 | 0 | 62 | 327 | 13 | 55 |
| Binary | 1100110 | 1110001 | 10000000 | 10100 | 1100 | 0 | 110010 | 11010111 | 1011 | 101101 |
Color Harmonies of #667180
Complementary color
Monochromatic Colors of #667180
Black with #667180
Text Example
Text Example
White with #667180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667180; }
p { color: rgb(102,113,128); }
H1.HeaderClassName
{
color: #667180;
}
.AnyTagClassName
{
color: #667180;
}
</style>
background-color css
<style>
a { background-color: #667180; }
a { background-color: rgb(102,113,128); }
div.DivClassName
{
background-color: #667180;
}
.BgClassName
{
background-color: #667180;
}
</style>
border-color css
<style>
span { border-color: #667180; }
span { border-color: rgb(102,113,128); }
td.TdClassName
{
border-color: #667180;
}
.TagClassName
{
border-color: #667180;
}
</style>