Shades of Raven #667182
Tints of Raven #667182
RGB
CMYK
RGB Variations
Color information
#667182 (or 0x667182) is known color: Raven. HEX triplet: 66, 71 and 82. RGB value is (102,113,130). Sum of RGB (Red+Green+Blue) = 102+113+130=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #667182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667182 is #998E7D. Grayscale: #6F6F6F. Windows color (decimal): -10063486 or 8548710. OLE color: 8548710.
HSL color Cylindrical-coordinate representation of color #667182: hue angle of 216.43º 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 #667182 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 113 | 130 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.49 |
| HSL | 216.43º | 0.12% | 0.45% | - |
| HSV(B) | 216.43º | 0.22% | 0.51% | - |
| XYZ | 15.41 | 16.25 | 23.44 | - |
| YUV | 111.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 130 | 0.22 | 0.13 | 0 | 0.49 | 216.43 | 0.12 | 0.45 |
| Hex | 66 | 71 | 82 | 16 | D | 0 | 31 | D8 | C | 2D |
| Octal | 146 | 161 | 202 | 26 | 15 | 0 | 61 | 330 | 14 | 55 |
| Binary | 1100110 | 1110001 | 10000010 | 10110 | 1101 | 0 | 110001 | 11011000 | 1100 | 101101 |
Color Harmonies of #667182
Complementary color
Monochromatic Colors of #667182
Black with #667182
Text Example
Text Example
White with #667182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667182; }
p { color: rgb(102,113,130); }
H1.HeaderClassName
{
color: #667182;
}
.AnyTagClassName
{
color: #667182;
}
</style>
background-color css
<style>
a { background-color: #667182; }
a { background-color: rgb(102,113,130); }
div.DivClassName
{
background-color: #667182;
}
.BgClassName
{
background-color: #667182;
}
</style>
border-color css
<style>
span { border-color: #667182; }
span { border-color: rgb(102,113,130); }
td.TdClassName
{
border-color: #667182;
}
.TagClassName
{
border-color: #667182;
}
</style>