Shades of Danube #6488C1
Tints of Danube #6488C1
RGB
CMYK
RGB Variations
Color information
#6488C1 (or 0x6488C1) is known color: Danube. HEX triplet: 64, 88 and C1. RGB value is (100,136,193). Sum of RGB (Red+Green+Blue) = 100+136+193=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #6488C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488C1 is #9B773E. Grayscale: #838383. Windows color (decimal): -10188607 or 12683364. OLE color: 12683364.
HSL color Cylindrical-coordinate representation of color #6488C1: hue angle of 216.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6488C1 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 136 | 193 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.24 |
| HSL | 216.77º | 0.43% | 0.57% | - |
| HSV(B) | 216.77º | 0.48% | 0.76% | - |
| XYZ | 23.69 | 24.17 | 53.87 | - |
| YUV | 131.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 193 | 0.48 | 0.30 | 0 | 0.24 | 216.77 | 0.43 | 0.57 |
| Hex | 64 | 88 | C1 | 30 | 1E | 0 | 18 | D9 | 2B | 39 |
| Octal | 144 | 210 | 301 | 60 | 36 | 0 | 30 | 331 | 53 | 71 |
| Binary | 1100100 | 10001000 | 11000001 | 110000 | 11110 | 0 | 11000 | 11011001 | 101011 | 111001 |
Color Harmonies of #6488C1
Complementary color
Monochromatic Colors of #6488C1
Black with #6488C1
Text Example
Text Example
White with #6488C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488C1; }
p { color: rgb(100,136,193); }
H1.HeaderClassName
{
color: #6488C1;
}
.AnyTagClassName
{
color: #6488C1;
}
</style>
background-color css
<style>
a { background-color: #6488C1; }
a { background-color: rgb(100,136,193); }
div.DivClassName
{
background-color: #6488C1;
}
.BgClassName
{
background-color: #6488C1;
}
</style>
border-color css
<style>
span { border-color: #6488C1; }
span { border-color: rgb(100,136,193); }
td.TdClassName
{
border-color: #6488C1;
}
.TagClassName
{
border-color: #6488C1;
}
</style>