Shades of Raven #667380
Tints of Raven #667380
RGB
CMYK
RGB Variations
Color information
#667380 (or 0x667380) is known color: Raven. HEX triplet: 66, 73 and 80. RGB value is (102,115,128). Sum of RGB (Red+Green+Blue) = 102+115+128=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #667380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667380 is #998C7F. Grayscale: #707070. Windows color (decimal): -10062976 or 8418150. OLE color: 8418150.
HSL color Cylindrical-coordinate representation of color #667380: hue angle of 210º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667380 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 115 | 128 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.50 |
| HSL | 210º | 0.11% | 0.45% | - |
| HSV(B) | 210º | 0.2% | 0.5% | - |
| XYZ | 15.51 | 16.64 | 22.82 | - |
| YUV | 112.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 128 | 0.20 | 0.10 | 0 | 0.50 | 210 | 0.11 | 0.45 |
| Hex | 66 | 73 | 80 | 14 | A | 0 | 32 | D2 | B | 2D |
| Octal | 146 | 163 | 200 | 24 | 12 | 0 | 62 | 322 | 13 | 55 |
| Binary | 1100110 | 1110011 | 10000000 | 10100 | 1010 | 0 | 110010 | 11010010 | 1011 | 101101 |
Color Harmonies of #667380
Complementary color
Monochromatic Colors of #667380
Black with #667380
Text Example
Text Example
White with #667380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667380; }
p { color: rgb(102,115,128); }
H1.HeaderClassName
{
color: #667380;
}
.AnyTagClassName
{
color: #667380;
}
</style>
background-color css
<style>
a { background-color: #667380; }
a { background-color: rgb(102,115,128); }
div.DivClassName
{
background-color: #667380;
}
.BgClassName
{
background-color: #667380;
}
</style>
border-color css
<style>
span { border-color: #667380; }
span { border-color: rgb(102,115,128); }
td.TdClassName
{
border-color: #667380;
}
.TagClassName
{
border-color: #667380;
}
</style>