Shades of Danube #648EBA
Tints of Danube #648EBA
RGB
CMYK
RGB Variations
Color information
#648EBA (or 0x648EBA) is known color: Danube. HEX triplet: 64, 8E and BA. RGB value is (100,142,186). Sum of RGB (Red+Green+Blue) = 100+142+186=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #648EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EBA is #9B7145. Grayscale: #868686. Windows color (decimal): -10187078 or 12226148. OLE color: 12226148.
HSL color Cylindrical-coordinate representation of color #648EBA: hue angle of 210.7º 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 #648EBA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 142 | 186 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.27 |
| HSL | 210.7º | 0.38% | 0.56% | - |
| HSV(B) | 210.7º | 0.46% | 0.73% | - |
| XYZ | 23.79 | 25.6 | 50.14 | - |
| YUV | 134.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 186 | 0.46 | 0.24 | 0 | 0.27 | 210.7 | 0.38 | 0.56 |
| Hex | 64 | 8E | BA | 2E | 18 | 0 | 1B | D3 | 26 | 38 |
| Octal | 144 | 216 | 272 | 56 | 30 | 0 | 33 | 323 | 46 | 70 |
| Binary | 1100100 | 10001110 | 10111010 | 101110 | 11000 | 0 | 11011 | 11010011 | 100110 | 111000 |
Color Harmonies of #648EBA
Complementary color
Monochromatic Colors of #648EBA
Black with #648EBA
Text Example
Text Example
White with #648EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EBA; }
p { color: rgb(100,142,186); }
H1.HeaderClassName
{
color: #648EBA;
}
.AnyTagClassName
{
color: #648EBA;
}
</style>
background-color css
<style>
a { background-color: #648EBA; }
a { background-color: rgb(100,142,186); }
div.DivClassName
{
background-color: #648EBA;
}
.BgClassName
{
background-color: #648EBA;
}
</style>
border-color css
<style>
span { border-color: #648EBA; }
span { border-color: rgb(100,142,186); }
td.TdClassName
{
border-color: #648EBA;
}
.TagClassName
{
border-color: #648EBA;
}
</style>