Shades of Raven #667482
Tints of Raven #667482
RGB
CMYK
RGB Variations
Color information
#667482 (or 0x667482) is known color: Raven. HEX triplet: 66, 74 and 82. RGB value is (102,116,130). Sum of RGB (Red+Green+Blue) = 102+116+130=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #667482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667482 is #998B7D. Grayscale: #717171. Windows color (decimal): -10062718 or 8549478. OLE color: 8549478.
HSL color Cylindrical-coordinate representation of color #667482: hue angle of 210º 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 #667482 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 116 | 130 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.49 |
| HSL | 210º | 0.12% | 0.45% | - |
| HSV(B) | 210º | 0.22% | 0.51% | - |
| XYZ | 15.75 | 16.93 | 23.56 | - |
| YUV | 113.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 130 | 0.22 | 0.11 | 0 | 0.49 | 210 | 0.12 | 0.45 |
| Hex | 66 | 74 | 82 | 16 | B | 0 | 31 | D2 | C | 2D |
| Octal | 146 | 164 | 202 | 26 | 13 | 0 | 61 | 322 | 14 | 55 |
| Binary | 1100110 | 1110100 | 10000010 | 10110 | 1011 | 0 | 110001 | 11010010 | 1100 | 101101 |
Color Harmonies of #667482
Complementary color
Monochromatic Colors of #667482
Black with #667482
Text Example
Text Example
White with #667482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667482; }
p { color: rgb(102,116,130); }
H1.HeaderClassName
{
color: #667482;
}
.AnyTagClassName
{
color: #667482;
}
</style>
background-color css
<style>
a { background-color: #667482; }
a { background-color: rgb(102,116,130); }
div.DivClassName
{
background-color: #667482;
}
.BgClassName
{
background-color: #667482;
}
</style>
border-color css
<style>
span { border-color: #667482; }
span { border-color: rgb(102,116,130); }
td.TdClassName
{
border-color: #667482;
}
.TagClassName
{
border-color: #667482;
}
</style>