Shades of Danube #647FB0
Tints of Danube #647FB0
RGB
CMYK
RGB Variations
Color information
#647FB0 (or 0x647FB0) is known color: Danube. HEX triplet: 64, 7F and B0. RGB value is (100,127,176). Sum of RGB (Red+Green+Blue) = 100+127+176=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #647FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FB0 is #9B804F. Grayscale: #7C7C7C. Windows color (decimal): -10190928 or 11566948. OLE color: 11566948.
HSL color Cylindrical-coordinate representation of color #647FB0: hue angle of 218.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647FB0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 127 | 176 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.31 |
| HSL | 218.68º | 0.32% | 0.54% | - |
| HSV(B) | 218.68º | 0.43% | 0.69% | - |
| XYZ | 20.68 | 21.02 | 44.04 | - |
| YUV | 124.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 176 | 0.43 | 0.28 | 0 | 0.31 | 218.68 | 0.32 | 0.54 |
| Hex | 64 | 7F | B0 | 2B | 1C | 0 | 1F | DB | 20 | 36 |
| Octal | 144 | 177 | 260 | 53 | 34 | 0 | 37 | 333 | 40 | 66 |
| Binary | 1100100 | 1111111 | 10110000 | 101011 | 11100 | 0 | 11111 | 11011011 | 100000 | 110110 |
Color Harmonies of #647FB0
Complementary color
Monochromatic Colors of #647FB0
Black with #647FB0
Text Example
Text Example
White with #647FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FB0; }
p { color: rgb(100,127,176); }
H1.HeaderClassName
{
color: #647FB0;
}
.AnyTagClassName
{
color: #647FB0;
}
</style>
background-color css
<style>
a { background-color: #647FB0; }
a { background-color: rgb(100,127,176); }
div.DivClassName
{
background-color: #647FB0;
}
.BgClassName
{
background-color: #647FB0;
}
</style>
border-color css
<style>
span { border-color: #647FB0; }
span { border-color: rgb(100,127,176); }
td.TdClassName
{
border-color: #647FB0;
}
.TagClassName
{
border-color: #647FB0;
}
</style>