Shades of Raven #667484
Tints of Raven #667484
RGB
CMYK
RGB Variations
Color information
#667484 (or 0x667484) is known color: Raven. HEX triplet: 66, 74 and 84. RGB value is (102,116,132). Sum of RGB (Red+Green+Blue) = 102+116+132=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #667484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667484 is #998B7B. Grayscale: #717171. Windows color (decimal): -10062716 or 8680550. OLE color: 8680550.
HSL color Cylindrical-coordinate representation of color #667484: hue angle of 212º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667484 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 116 | 132 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.48 |
| HSL | 212º | 0.13% | 0.46% | - |
| HSV(B) | 212º | 0.23% | 0.52% | - |
| XYZ | 15.89 | 16.98 | 24.27 | - |
| YUV | 113.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 132 | 0.23 | 0.12 | 0 | 0.48 | 212 | 0.13 | 0.46 |
| Hex | 66 | 74 | 84 | 17 | C | 0 | 30 | D4 | D | 2E |
| Octal | 146 | 164 | 204 | 27 | 14 | 0 | 60 | 324 | 15 | 56 |
| Binary | 1100110 | 1110100 | 10000100 | 10111 | 1100 | 0 | 110000 | 11010100 | 1101 | 101110 |
Color Harmonies of #667484
Complementary color
Monochromatic Colors of #667484
Black with #667484
Text Example
Text Example
White with #667484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667484; }
p { color: rgb(102,116,132); }
H1.HeaderClassName
{
color: #667484;
}
.AnyTagClassName
{
color: #667484;
}
</style>
background-color css
<style>
a { background-color: #667484; }
a { background-color: rgb(102,116,132); }
div.DivClassName
{
background-color: #667484;
}
.BgClassName
{
background-color: #667484;
}
</style>
border-color css
<style>
span { border-color: #667484; }
span { border-color: rgb(102,116,132); }
td.TdClassName
{
border-color: #667484;
}
.TagClassName
{
border-color: #667484;
}
</style>