Shades of Danube #648DBD
Tints of Danube #648DBD
RGB
CMYK
RGB Variations
Color information
#648DBD (or 0x648DBD) is known color: Danube. HEX triplet: 64, 8D and BD. RGB value is (100,141,189). Sum of RGB (Red+Green+Blue) = 100+141+189=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #648DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DBD is #9B7242. Grayscale: #858585. Windows color (decimal): -10187331 or 12422500. OLE color: 12422500.
HSL color Cylindrical-coordinate representation of color #648DBD: hue angle of 212.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #648DBD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 141 | 189 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.26 |
| HSL | 212.36º | 0.4% | 0.57% | - |
| HSV(B) | 212.36º | 0.47% | 0.74% | - |
| XYZ | 23.97 | 25.43 | 51.79 | - |
| YUV | 134.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 189 | 0.47 | 0.25 | 0 | 0.26 | 212.36 | 0.4 | 0.57 |
| Hex | 64 | 8D | BD | 2F | 19 | 0 | 1A | D4 | 28 | 39 |
| Octal | 144 | 215 | 275 | 57 | 31 | 0 | 32 | 324 | 50 | 71 |
| Binary | 1100100 | 10001101 | 10111101 | 101111 | 11001 | 0 | 11010 | 11010100 | 101000 | 111001 |
Color Harmonies of #648DBD
Complementary color
Monochromatic Colors of #648DBD
Black with #648DBD
Text Example
Text Example
White with #648DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DBD; }
p { color: rgb(100,141,189); }
H1.HeaderClassName
{
color: #648DBD;
}
.AnyTagClassName
{
color: #648DBD;
}
</style>
background-color css
<style>
a { background-color: #648DBD; }
a { background-color: rgb(100,141,189); }
div.DivClassName
{
background-color: #648DBD;
}
.BgClassName
{
background-color: #648DBD;
}
</style>
border-color css
<style>
span { border-color: #648DBD; }
span { border-color: rgb(100,141,189); }
td.TdClassName
{
border-color: #648DBD;
}
.TagClassName
{
border-color: #648DBD;
}
</style>