Shades of Raven #667083
Tints of Raven #667083
RGB
CMYK
RGB Variations
Color information
#667083 (or 0x667083) is known color: Raven. HEX triplet: 66, 70 and 83. RGB value is (102,112,131). Sum of RGB (Red+Green+Blue) = 102+112+131=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #667083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667083 is #998F7C. Grayscale: #6F6F6F. Windows color (decimal): -10063741 or 8613990. OLE color: 8613990.
HSL color Cylindrical-coordinate representation of color #667083: hue angle of 219.31º 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 #667083 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 112 | 131 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.49 |
| HSL | 219.31º | 0.12% | 0.46% | - |
| HSV(B) | 219.31º | 0.22% | 0.51% | - |
| XYZ | 15.37 | 16.05 | 23.76 | - |
| YUV | 111.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 131 | 0.22 | 0.15 | 0 | 0.49 | 219.31 | 0.12 | 0.46 |
| Hex | 66 | 70 | 83 | 16 | F | 0 | 31 | DB | C | 2E |
| Octal | 146 | 160 | 203 | 26 | 17 | 0 | 61 | 333 | 14 | 56 |
| Binary | 1100110 | 1110000 | 10000011 | 10110 | 1111 | 0 | 110001 | 11011011 | 1100 | 101110 |
Color Harmonies of #667083
Complementary color
Monochromatic Colors of #667083
Black with #667083
Text Example
Text Example
White with #667083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667083; }
p { color: rgb(102,112,131); }
H1.HeaderClassName
{
color: #667083;
}
.AnyTagClassName
{
color: #667083;
}
</style>
background-color css
<style>
a { background-color: #667083; }
a { background-color: rgb(102,112,131); }
div.DivClassName
{
background-color: #667083;
}
.BgClassName
{
background-color: #667083;
}
</style>
border-color css
<style>
span { border-color: #667083; }
span { border-color: rgb(102,112,131); }
td.TdClassName
{
border-color: #667083;
}
.TagClassName
{
border-color: #667083;
}
</style>