Shades of Danube #648DCD
Tints of Danube #648DCD
RGB
CMYK
RGB Variations
Color information
#648DCD (or 0x648DCD) is known color: Danube. HEX triplet: 64, 8D and CD. RGB value is (100,141,205). Sum of RGB (Red+Green+Blue) = 100+141+205=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #648DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DCD is #9B7232. Grayscale: #878787. Windows color (decimal): -10187315 or 13471076. OLE color: 13471076.
HSL color Cylindrical-coordinate representation of color #648DCD: hue angle of 216.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648DCD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 141 | 205 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.20 |
| HSL | 216.57º | 0.51% | 0.6% | - |
| HSV(B) | 216.57º | 0.51% | 0.8% | - |
| XYZ | 25.8 | 26.17 | 61.45 | - |
| YUV | 136.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 205 | 0.51 | 0.31 | 0 | 0.20 | 216.57 | 0.51 | 0.6 |
| Hex | 64 | 8D | CD | 33 | 1F | 0 | 14 | D9 | 33 | 3C |
| Octal | 144 | 215 | 315 | 63 | 37 | 0 | 24 | 331 | 63 | 74 |
| Binary | 1100100 | 10001101 | 11001101 | 110011 | 11111 | 0 | 10100 | 11011001 | 110011 | 111100 |
Color Harmonies of #648DCD
Complementary color
Monochromatic Colors of #648DCD
Black with #648DCD
Text Example
Text Example
White with #648DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DCD; }
p { color: rgb(100,141,205); }
H1.HeaderClassName
{
color: #648DCD;
}
.AnyTagClassName
{
color: #648DCD;
}
</style>
background-color css
<style>
a { background-color: #648DCD; }
a { background-color: rgb(100,141,205); }
div.DivClassName
{
background-color: #648DCD;
}
.BgClassName
{
background-color: #648DCD;
}
</style>
border-color css
<style>
span { border-color: #648DCD; }
span { border-color: rgb(100,141,205); }
td.TdClassName
{
border-color: #648DCD;
}
.TagClassName
{
border-color: #648DCD;
}
</style>