Shades of Raven #667483
Tints of Raven #667483
RGB
CMYK
RGB Variations
Color information
#667483 (or 0x667483) is known color: Raven. HEX triplet: 66, 74 and 83. RGB value is (102,116,131). Sum of RGB (Red+Green+Blue) = 102+116+131=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #667483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667483 is #998B7C. Grayscale: #717171. Windows color (decimal): -10062717 or 8615014. OLE color: 8615014.
HSL color Cylindrical-coordinate representation of color #667483: hue angle of 211.03º 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 #667483 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 116 | 131 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.49 |
| HSL | 211.03º | 0.12% | 0.46% | - |
| HSV(B) | 211.03º | 0.22% | 0.51% | - |
| XYZ | 15.82 | 16.95 | 23.91 | - |
| YUV | 113.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 131 | 0.22 | 0.11 | 0 | 0.49 | 211.03 | 0.12 | 0.46 |
| Hex | 66 | 74 | 83 | 16 | B | 0 | 31 | D3 | C | 2E |
| Octal | 146 | 164 | 203 | 26 | 13 | 0 | 61 | 323 | 14 | 56 |
| Binary | 1100110 | 1110100 | 10000011 | 10110 | 1011 | 0 | 110001 | 11010011 | 1100 | 101110 |
Color Harmonies of #667483
Complementary color
Monochromatic Colors of #667483
Black with #667483
Text Example
Text Example
White with #667483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667483; }
p { color: rgb(102,116,131); }
H1.HeaderClassName
{
color: #667483;
}
.AnyTagClassName
{
color: #667483;
}
</style>
background-color css
<style>
a { background-color: #667483; }
a { background-color: rgb(102,116,131); }
div.DivClassName
{
background-color: #667483;
}
.BgClassName
{
background-color: #667483;
}
</style>
border-color css
<style>
span { border-color: #667483; }
span { border-color: rgb(102,116,131); }
td.TdClassName
{
border-color: #667483;
}
.TagClassName
{
border-color: #667483;
}
</style>