Shades of Danube #648EB8
Tints of Danube #648EB8
RGB
CMYK
RGB Variations
Color information
#648EB8 (or 0x648EB8) is known color: Danube. HEX triplet: 64, 8E and B8. RGB value is (100,142,184). Sum of RGB (Red+Green+Blue) = 100+142+184=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #648EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EB8 is #9B7147. Grayscale: #868686. Windows color (decimal): -10187080 or 12095076. OLE color: 12095076.
HSL color Cylindrical-coordinate representation of color #648EB8: hue angle of 210º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648EB8 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 142 | 184 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.28 |
| HSL | 210º | 0.37% | 0.56% | - |
| HSV(B) | 210º | 0.46% | 0.72% | - |
| XYZ | 23.58 | 25.52 | 49.03 | - |
| YUV | 134.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 184 | 0.46 | 0.23 | 0 | 0.28 | 210 | 0.37 | 0.56 |
| Hex | 64 | 8E | B8 | 2E | 17 | 0 | 1C | D2 | 25 | 38 |
| Octal | 144 | 216 | 270 | 56 | 27 | 0 | 34 | 322 | 45 | 70 |
| Binary | 1100100 | 10001110 | 10111000 | 101110 | 10111 | 0 | 11100 | 11010010 | 100101 | 111000 |
Color Harmonies of #648EB8
Complementary color
Monochromatic Colors of #648EB8
Black with #648EB8
Text Example
Text Example
White with #648EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EB8; }
p { color: rgb(100,142,184); }
H1.HeaderClassName
{
color: #648EB8;
}
.AnyTagClassName
{
color: #648EB8;
}
</style>
background-color css
<style>
a { background-color: #648EB8; }
a { background-color: rgb(100,142,184); }
div.DivClassName
{
background-color: #648EB8;
}
.BgClassName
{
background-color: #648EB8;
}
</style>
border-color css
<style>
span { border-color: #648EB8; }
span { border-color: rgb(100,142,184); }
td.TdClassName
{
border-color: #648EB8;
}
.TagClassName
{
border-color: #648EB8;
}
</style>