Shades of Danube #648ECE
Tints of Danube #648ECE
RGB
CMYK
RGB Variations
Color information
#648ECE (or 0x648ECE) is known color: Danube. HEX triplet: 64, 8E and CE. RGB value is (100,142,206). Sum of RGB (Red+Green+Blue) = 100+142+206=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #648ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ECE is #9B7131. Grayscale: #888888. Windows color (decimal): -10187058 or 13536868. OLE color: 13536868.
HSL color Cylindrical-coordinate representation of color #648ECE: hue angle of 216.23º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648ECE is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 142 | 206 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.19 |
| HSL | 216.23º | 0.52% | 0.6% | - |
| HSV(B) | 216.23º | 0.51% | 0.81% | - |
| XYZ | 26.07 | 26.51 | 62.14 | - |
| YUV | 136.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 206 | 0.51 | 0.31 | 0 | 0.19 | 216.23 | 0.52 | 0.6 |
| Hex | 64 | 8E | CE | 33 | 1F | 0 | 13 | D8 | 34 | 3C |
| Octal | 144 | 216 | 316 | 63 | 37 | 0 | 23 | 330 | 64 | 74 |
| Binary | 1100100 | 10001110 | 11001110 | 110011 | 11111 | 0 | 10011 | 11011000 | 110100 | 111100 |
Color Harmonies of #648ECE
Complementary color
Monochromatic Colors of #648ECE
Black with #648ECE
Text Example
Text Example
White with #648ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648ECE; }
p { color: rgb(100,142,206); }
H1.HeaderClassName
{
color: #648ECE;
}
.AnyTagClassName
{
color: #648ECE;
}
</style>
background-color css
<style>
a { background-color: #648ECE; }
a { background-color: rgb(100,142,206); }
div.DivClassName
{
background-color: #648ECE;
}
.BgClassName
{
background-color: #648ECE;
}
</style>
border-color css
<style>
span { border-color: #648ECE; }
span { border-color: rgb(100,142,206); }
td.TdClassName
{
border-color: #648ECE;
}
.TagClassName
{
border-color: #648ECE;
}
</style>