Shades of Danube #6488B5
Tints of Danube #6488B5
RGB
CMYK
RGB Variations
Color information
#6488B5 (or 0x6488B5) is known color: Danube. HEX triplet: 64, 88 and B5. RGB value is (100,136,181). Sum of RGB (Red+Green+Blue) = 100+136+181=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #6488B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488B5 is #9B774A. Grayscale: #828282. Windows color (decimal): -10188619 or 11896932. OLE color: 11896932.
HSL color Cylindrical-coordinate representation of color #6488B5: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6488B5 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 136 | 181 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.29 |
| HSL | 213.33º | 0.35% | 0.55% | - |
| HSV(B) | 213.33º | 0.45% | 0.71% | - |
| XYZ | 22.4 | 23.65 | 47.1 | - |
| YUV | 130.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 181 | 0.45 | 0.25 | 0 | 0.29 | 213.33 | 0.35 | 0.55 |
| Hex | 64 | 88 | B5 | 2D | 19 | 0 | 1D | D5 | 23 | 37 |
| Octal | 144 | 210 | 265 | 55 | 31 | 0 | 35 | 325 | 43 | 67 |
| Binary | 1100100 | 10001000 | 10110101 | 101101 | 11001 | 0 | 11101 | 11010101 | 100011 | 110111 |
Color Harmonies of #6488B5
Complementary color
Monochromatic Colors of #6488B5
Black with #6488B5
Text Example
Text Example
White with #6488B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488B5; }
p { color: rgb(100,136,181); }
H1.HeaderClassName
{
color: #6488B5;
}
.AnyTagClassName
{
color: #6488B5;
}
</style>
background-color css
<style>
a { background-color: #6488B5; }
a { background-color: rgb(100,136,181); }
div.DivClassName
{
background-color: #6488B5;
}
.BgClassName
{
background-color: #6488B5;
}
</style>
border-color css
<style>
span { border-color: #6488B5; }
span { border-color: rgb(100,136,181); }
td.TdClassName
{
border-color: #6488B5;
}
.TagClassName
{
border-color: #6488B5;
}
</style>