Shades of Danube #648ED5
Tints of Danube #648ED5
RGB
CMYK
RGB Variations
Color information
#648ED5 (or 0x648ED5) is known color: Danube. HEX triplet: 64, 8E and D5. RGB value is (100,142,213). Sum of RGB (Red+Green+Blue) = 100+142+213=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #648ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ED5 is #9B712A. Grayscale: #898989. Windows color (decimal): -10187051 or 13995620. OLE color: 13995620.
HSL color Cylindrical-coordinate representation of color #648ED5: hue angle of 217.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648ED5 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 142 | 213 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.16 |
| HSL | 217.7º | 0.57% | 0.61% | - |
| HSV(B) | 217.7º | 0.53% | 0.84% | - |
| XYZ | 26.94 | 26.86 | 66.72 | - |
| YUV | 137.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 213 | 0.53 | 0.33 | 0 | 0.16 | 217.7 | 0.57 | 0.61 |
| Hex | 64 | 8E | D5 | 35 | 21 | 0 | 10 | DA | 39 | 3D |
| Octal | 144 | 216 | 325 | 65 | 41 | 0 | 20 | 332 | 71 | 75 |
| Binary | 1100100 | 10001110 | 11010101 | 110101 | 100001 | 0 | 10000 | 11011010 | 111001 | 111101 |
Color Harmonies of #648ED5
Complementary color
Monochromatic Colors of #648ED5
Black with #648ED5
Text Example
Text Example
White with #648ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648ED5; }
p { color: rgb(100,142,213); }
H1.HeaderClassName
{
color: #648ED5;
}
.AnyTagClassName
{
color: #648ED5;
}
</style>
background-color css
<style>
a { background-color: #648ED5; }
a { background-color: rgb(100,142,213); }
div.DivClassName
{
background-color: #648ED5;
}
.BgClassName
{
background-color: #648ED5;
}
</style>
border-color css
<style>
span { border-color: #648ED5; }
span { border-color: rgb(100,142,213); }
td.TdClassName
{
border-color: #648ED5;
}
.TagClassName
{
border-color: #648ED5;
}
</style>