Shades of Danube #648DBA
Tints of Danube #648DBA
RGB
CMYK
RGB Variations
Color information
#648DBA (or 0x648DBA) is known color: Danube. HEX triplet: 64, 8D and BA. RGB value is (100,141,186). Sum of RGB (Red+Green+Blue) = 100+141+186=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #648DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DBA is #9B7245. Grayscale: #858585. Windows color (decimal): -10187334 or 12225892. OLE color: 12225892.
HSL color Cylindrical-coordinate representation of color #648DBA: hue angle of 211.4º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648DBA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 141 | 186 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.27 |
| HSL | 211.4º | 0.38% | 0.56% | - |
| HSV(B) | 211.4º | 0.46% | 0.73% | - |
| XYZ | 23.64 | 25.3 | 50.09 | - |
| YUV | 133.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 186 | 0.46 | 0.24 | 0 | 0.27 | 211.4 | 0.38 | 0.56 |
| Hex | 64 | 8D | BA | 2E | 18 | 0 | 1B | D3 | 26 | 38 |
| Octal | 144 | 215 | 272 | 56 | 30 | 0 | 33 | 323 | 46 | 70 |
| Binary | 1100100 | 10001101 | 10111010 | 101110 | 11000 | 0 | 11011 | 11010011 | 100110 | 111000 |
Color Harmonies of #648DBA
Complementary color
Monochromatic Colors of #648DBA
Black with #648DBA
Text Example
Text Example
White with #648DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DBA; }
p { color: rgb(100,141,186); }
H1.HeaderClassName
{
color: #648DBA;
}
.AnyTagClassName
{
color: #648DBA;
}
</style>
background-color css
<style>
a { background-color: #648DBA; }
a { background-color: rgb(100,141,186); }
div.DivClassName
{
background-color: #648DBA;
}
.BgClassName
{
background-color: #648DBA;
}
</style>
border-color css
<style>
span { border-color: #648DBA; }
span { border-color: rgb(100,141,186); }
td.TdClassName
{
border-color: #648DBA;
}
.TagClassName
{
border-color: #648DBA;
}
</style>