Shades of Raven #667183
Tints of Raven #667183
RGB
CMYK
RGB Variations
Color information
#667183 (or 0x667183) is known color: Raven. HEX triplet: 66, 71 and 83. RGB value is (102,113,131). Sum of RGB (Red+Green+Blue) = 102+113+131=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #667183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667183 is #998E7C. Grayscale: #6F6F6F. Windows color (decimal): -10063485 or 8614246. OLE color: 8614246.
HSL color Cylindrical-coordinate representation of color #667183: hue angle of 217.24º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667183 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 113 | 131 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.49 |
| HSL | 217.24º | 0.12% | 0.46% | - |
| HSV(B) | 217.24º | 0.22% | 0.51% | - |
| XYZ | 15.48 | 16.27 | 23.8 | - |
| YUV | 111.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 131 | 0.22 | 0.14 | 0 | 0.49 | 217.24 | 0.12 | 0.46 |
| Hex | 66 | 71 | 83 | 16 | E | 0 | 31 | D9 | C | 2E |
| Octal | 146 | 161 | 203 | 26 | 16 | 0 | 61 | 331 | 14 | 56 |
| Binary | 1100110 | 1110001 | 10000011 | 10110 | 1110 | 0 | 110001 | 11011001 | 1100 | 101110 |
Color Harmonies of #667183
Complementary color
Monochromatic Colors of #667183
Black with #667183
Text Example
Text Example
White with #667183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667183; }
p { color: rgb(102,113,131); }
H1.HeaderClassName
{
color: #667183;
}
.AnyTagClassName
{
color: #667183;
}
</style>
background-color css
<style>
a { background-color: #667183; }
a { background-color: rgb(102,113,131); }
div.DivClassName
{
background-color: #667183;
}
.BgClassName
{
background-color: #667183;
}
</style>
border-color css
<style>
span { border-color: #667183; }
span { border-color: rgb(102,113,131); }
td.TdClassName
{
border-color: #667183;
}
.TagClassName
{
border-color: #667183;
}
</style>