Shades of Raven #667383
Tints of Raven #667383
RGB
CMYK
RGB Variations
Color information
#667383 (or 0x667383) is known color: Raven. HEX triplet: 66, 73 and 83. RGB value is (102,115,131). Sum of RGB (Red+Green+Blue) = 102+115+131=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #667383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667383 is #998C7C. Grayscale: #707070. Windows color (decimal): -10062973 or 8614758. OLE color: 8614758.
HSL color Cylindrical-coordinate representation of color #667383: hue angle of 213.1º 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 #667383 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 115 | 131 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.49 |
| HSL | 213.1º | 0.12% | 0.46% | - |
| HSV(B) | 213.1º | 0.22% | 0.51% | - |
| XYZ | 15.71 | 16.72 | 23.87 | - |
| YUV | 112.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 131 | 0.22 | 0.12 | 0 | 0.49 | 213.1 | 0.12 | 0.46 |
| Hex | 66 | 73 | 83 | 16 | C | 0 | 31 | D5 | C | 2E |
| Octal | 146 | 163 | 203 | 26 | 14 | 0 | 61 | 325 | 14 | 56 |
| Binary | 1100110 | 1110011 | 10000011 | 10110 | 1100 | 0 | 110001 | 11010101 | 1100 | 101110 |
Color Harmonies of #667383
Complementary color
Monochromatic Colors of #667383
Black with #667383
Text Example
Text Example
White with #667383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667383; }
p { color: rgb(102,115,131); }
H1.HeaderClassName
{
color: #667383;
}
.AnyTagClassName
{
color: #667383;
}
</style>
background-color css
<style>
a { background-color: #667383; }
a { background-color: rgb(102,115,131); }
div.DivClassName
{
background-color: #667383;
}
.BgClassName
{
background-color: #667383;
}
</style>
border-color css
<style>
span { border-color: #667383; }
span { border-color: rgb(102,115,131); }
td.TdClassName
{
border-color: #667383;
}
.TagClassName
{
border-color: #667383;
}
</style>