Shades of Raven #647080
Tints of Raven #647080
RGB
CMYK
RGB Variations
Color information
#647080 (or 0x647080) is known color: Raven. HEX triplet: 64, 70 and 80. RGB value is (100,112,128). Sum of RGB (Red+Green+Blue) = 100+112+128=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #647080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647080 is #9B8F7F. Grayscale: #6E6E6E. Windows color (decimal): -10194816 or 8417380. OLE color: 8417380.
HSL color Cylindrical-coordinate representation of color #647080: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647080 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 112 | 128 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.50 |
| HSL | 214.29º | 0.12% | 0.45% | - |
| HSV(B) | 214.29º | 0.22% | 0.5% | - |
| XYZ | 14.95 | 15.86 | 22.69 | - |
| YUV | 110.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 128 | 0.22 | 0.12 | 0 | 0.50 | 214.29 | 0.12 | 0.45 |
| Hex | 64 | 70 | 80 | 16 | C | 0 | 32 | D6 | C | 2D |
| Octal | 144 | 160 | 200 | 26 | 14 | 0 | 62 | 326 | 14 | 55 |
| Binary | 1100100 | 1110000 | 10000000 | 10110 | 1100 | 0 | 110010 | 11010110 | 1100 | 101101 |
Color Harmonies of #647080
Complementary color
Monochromatic Colors of #647080
Black with #647080
Text Example
Text Example
White with #647080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647080; }
p { color: rgb(100,112,128); }
H1.HeaderClassName
{
color: #647080;
}
.AnyTagClassName
{
color: #647080;
}
</style>
background-color css
<style>
a { background-color: #647080; }
a { background-color: rgb(100,112,128); }
div.DivClassName
{
background-color: #647080;
}
.BgClassName
{
background-color: #647080;
}
</style>
border-color css
<style>
span { border-color: #647080; }
span { border-color: rgb(100,112,128); }
td.TdClassName
{
border-color: #647080;
}
.TagClassName
{
border-color: #647080;
}
</style>