Shades of Danube #648DCA
Tints of Danube #648DCA
RGB
CMYK
RGB Variations
Color information
#648DCA (or 0x648DCA) is known color: Danube. HEX triplet: 64, 8D and CA. RGB value is (100,141,202). Sum of RGB (Red+Green+Blue) = 100+141+202=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #648DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DCA is #9B7235. Grayscale: #878787. Windows color (decimal): -10187318 or 13274468. OLE color: 13274468.
HSL color Cylindrical-coordinate representation of color #648DCA: hue angle of 215.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648DCA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 141 | 202 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.21 |
| HSL | 215.88º | 0.49% | 0.59% | - |
| HSV(B) | 215.88º | 0.5% | 0.79% | - |
| XYZ | 25.44 | 26.02 | 59.56 | - |
| YUV | 135.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 202 | 0.50 | 0.30 | 0 | 0.21 | 215.88 | 0.49 | 0.59 |
| Hex | 64 | 8D | CA | 32 | 1E | 0 | 15 | D8 | 31 | 3B |
| Octal | 144 | 215 | 312 | 62 | 36 | 0 | 25 | 330 | 61 | 73 |
| Binary | 1100100 | 10001101 | 11001010 | 110010 | 11110 | 0 | 10101 | 11011000 | 110001 | 111011 |
Color Harmonies of #648DCA
Complementary color
Monochromatic Colors of #648DCA
Black with #648DCA
Text Example
Text Example
White with #648DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DCA; }
p { color: rgb(100,141,202); }
H1.HeaderClassName
{
color: #648DCA;
}
.AnyTagClassName
{
color: #648DCA;
}
</style>
background-color css
<style>
a { background-color: #648DCA; }
a { background-color: rgb(100,141,202); }
div.DivClassName
{
background-color: #648DCA;
}
.BgClassName
{
background-color: #648DCA;
}
</style>
border-color css
<style>
span { border-color: #648DCA; }
span { border-color: rgb(100,141,202); }
td.TdClassName
{
border-color: #648DCA;
}
.TagClassName
{
border-color: #648DCA;
}
</style>