Shades of Danube #648AD3
Tints of Danube #648AD3
RGB
CMYK
RGB Variations
Color information
#648AD3 (or 0x648AD3) is known color: Danube. HEX triplet: 64, 8A and D3. RGB value is (100,138,211). Sum of RGB (Red+Green+Blue) = 100+138+211=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #648AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AD3 is #9B752C. Grayscale: #868686. Windows color (decimal): -10188077 or 13863524. OLE color: 13863524.
HSL color Cylindrical-coordinate representation of color #648AD3: hue angle of 219.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648AD3 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 138 | 211 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.17 |
| HSL | 219.46º | 0.56% | 0.61% | - |
| HSV(B) | 219.46º | 0.53% | 0.83% | - |
| XYZ | 26.1 | 25.59 | 65.19 | - |
| YUV | 134.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 211 | 0.53 | 0.35 | 0 | 0.17 | 219.46 | 0.56 | 0.61 |
| Hex | 64 | 8A | D3 | 35 | 23 | 0 | 11 | DB | 38 | 3D |
| Octal | 144 | 212 | 323 | 65 | 43 | 0 | 21 | 333 | 70 | 75 |
| Binary | 1100100 | 10001010 | 11010011 | 110101 | 100011 | 0 | 10001 | 11011011 | 111000 | 111101 |
Color Harmonies of #648AD3
Complementary color
Monochromatic Colors of #648AD3
Black with #648AD3
Text Example
Text Example
White with #648AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AD3; }
p { color: rgb(100,138,211); }
H1.HeaderClassName
{
color: #648AD3;
}
.AnyTagClassName
{
color: #648AD3;
}
</style>
background-color css
<style>
a { background-color: #648AD3; }
a { background-color: rgb(100,138,211); }
div.DivClassName
{
background-color: #648AD3;
}
.BgClassName
{
background-color: #648AD3;
}
</style>
border-color css
<style>
span { border-color: #648AD3; }
span { border-color: rgb(100,138,211); }
td.TdClassName
{
border-color: #648AD3;
}
.TagClassName
{
border-color: #648AD3;
}
</style>