Shades of Danube #648DBC
Tints of Danube #648DBC
RGB
CMYK
RGB Variations
Color information
#648DBC (or 0x648DBC) is known color: Danube. HEX triplet: 64, 8D and BC. RGB value is (100,141,188). Sum of RGB (Red+Green+Blue) = 100+141+188=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #648DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DBC is #9B7243. Grayscale: #858585. Windows color (decimal): -10187332 or 12356964. OLE color: 12356964.
HSL color Cylindrical-coordinate representation of color #648DBC: hue angle of 212.05º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648DBC is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 141 | 188 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.26 |
| HSL | 212.05º | 0.4% | 0.56% | - |
| HSV(B) | 212.05º | 0.47% | 0.74% | - |
| XYZ | 23.86 | 25.39 | 51.22 | - |
| YUV | 134.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 188 | 0.47 | 0.25 | 0 | 0.26 | 212.05 | 0.4 | 0.56 |
| Hex | 64 | 8D | BC | 2F | 19 | 0 | 1A | D4 | 28 | 38 |
| Octal | 144 | 215 | 274 | 57 | 31 | 0 | 32 | 324 | 50 | 70 |
| Binary | 1100100 | 10001101 | 10111100 | 101111 | 11001 | 0 | 11010 | 11010100 | 101000 | 111000 |
Color Harmonies of #648DBC
Complementary color
Monochromatic Colors of #648DBC
Black with #648DBC
Text Example
Text Example
White with #648DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DBC; }
p { color: rgb(100,141,188); }
H1.HeaderClassName
{
color: #648DBC;
}
.AnyTagClassName
{
color: #648DBC;
}
</style>
background-color css
<style>
a { background-color: #648DBC; }
a { background-color: rgb(100,141,188); }
div.DivClassName
{
background-color: #648DBC;
}
.BgClassName
{
background-color: #648DBC;
}
</style>
border-color css
<style>
span { border-color: #648DBC; }
span { border-color: rgb(100,141,188); }
td.TdClassName
{
border-color: #648DBC;
}
.TagClassName
{
border-color: #648DBC;
}
</style>