Shades of Raven #647284
Tints of Raven #647284
RGB
CMYK
RGB Variations
Color information
#647284 (or 0x647284) is known color: Raven. HEX triplet: 64, 72 and 84. RGB value is (100,114,132). Sum of RGB (Red+Green+Blue) = 100+114+132=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #647284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647284 is #9B8D7B. Grayscale: #6F6F6F. Windows color (decimal): -10194300 or 8680036. OLE color: 8680036.
HSL color Cylindrical-coordinate representation of color #647284: hue angle of 213.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647284 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 114 | 132 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.48 |
| HSL | 213.75º | 0.14% | 0.45% | - |
| HSV(B) | 213.75º | 0.24% | 0.52% | - |
| XYZ | 15.44 | 16.41 | 24.18 | - |
| YUV | 111.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 132 | 0.24 | 0.14 | 0 | 0.48 | 213.75 | 0.14 | 0.45 |
| Hex | 64 | 72 | 84 | 18 | E | 0 | 30 | D6 | E | 2D |
| Octal | 144 | 162 | 204 | 30 | 16 | 0 | 60 | 326 | 16 | 55 |
| Binary | 1100100 | 1110010 | 10000100 | 11000 | 1110 | 0 | 110000 | 11010110 | 1110 | 101101 |
Color Harmonies of #647284
Complementary color
Monochromatic Colors of #647284
Black with #647284
Text Example
Text Example
White with #647284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647284; }
p { color: rgb(100,114,132); }
H1.HeaderClassName
{
color: #647284;
}
.AnyTagClassName
{
color: #647284;
}
</style>
background-color css
<style>
a { background-color: #647284; }
a { background-color: rgb(100,114,132); }
div.DivClassName
{
background-color: #647284;
}
.BgClassName
{
background-color: #647284;
}
</style>
border-color css
<style>
span { border-color: #647284; }
span { border-color: rgb(100,114,132); }
td.TdClassName
{
border-color: #647284;
}
.TagClassName
{
border-color: #647284;
}
</style>