Shades of Danube #648AC2
Tints of Danube #648AC2
RGB
CMYK
RGB Variations
Color information
#648AC2 (or 0x648AC2) is known color: Danube. HEX triplet: 64, 8A and C2. RGB value is (100,138,194). Sum of RGB (Red+Green+Blue) = 100+138+194=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #648AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AC2 is #9B753D. Grayscale: #848484. Windows color (decimal): -10188094 or 12749412. OLE color: 12749412.
HSL color Cylindrical-coordinate representation of color #648AC2: hue angle of 215.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648AC2 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 138 | 194 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.24 |
| HSL | 215.74º | 0.44% | 0.58% | - |
| HSV(B) | 215.74º | 0.48% | 0.76% | - |
| XYZ | 24.08 | 24.78 | 54.55 | - |
| YUV | 133.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 194 | 0.48 | 0.29 | 0 | 0.24 | 215.74 | 0.44 | 0.58 |
| Hex | 64 | 8A | C2 | 30 | 1D | 0 | 18 | D8 | 2C | 3A |
| Octal | 144 | 212 | 302 | 60 | 35 | 0 | 30 | 330 | 54 | 72 |
| Binary | 1100100 | 10001010 | 11000010 | 110000 | 11101 | 0 | 11000 | 11011000 | 101100 | 111010 |
Color Harmonies of #648AC2
Complementary color
Monochromatic Colors of #648AC2
Black with #648AC2
Text Example
Text Example
White with #648AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AC2; }
p { color: rgb(100,138,194); }
H1.HeaderClassName
{
color: #648AC2;
}
.AnyTagClassName
{
color: #648AC2;
}
</style>
background-color css
<style>
a { background-color: #648AC2; }
a { background-color: rgb(100,138,194); }
div.DivClassName
{
background-color: #648AC2;
}
.BgClassName
{
background-color: #648AC2;
}
</style>
border-color css
<style>
span { border-color: #648AC2; }
span { border-color: rgb(100,138,194); }
td.TdClassName
{
border-color: #648AC2;
}
.TagClassName
{
border-color: #648AC2;
}
</style>