Shades of Danube #6489BC
Tints of Danube #6489BC
RGB
CMYK
RGB Variations
Color information
#6489BC (or 0x6489BC) is known color: Danube. HEX triplet: 64, 89 and BC. RGB value is (100,137,188). Sum of RGB (Red+Green+Blue) = 100+137+188=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #6489BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489BC is #9B7643. Grayscale: #838383. Windows color (decimal): -10188356 or 12355940. OLE color: 12355940.
HSL color Cylindrical-coordinate representation of color #6489BC: hue angle of 214.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6489BC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 137 | 188 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.26 |
| HSL | 214.77º | 0.4% | 0.56% | - |
| HSV(B) | 214.77º | 0.47% | 0.74% | - |
| XYZ | 23.28 | 24.23 | 51.03 | - |
| YUV | 131.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 188 | 0.47 | 0.27 | 0 | 0.26 | 214.77 | 0.4 | 0.56 |
| Hex | 64 | 89 | BC | 2F | 1B | 0 | 1A | D7 | 28 | 38 |
| Octal | 144 | 211 | 274 | 57 | 33 | 0 | 32 | 327 | 50 | 70 |
| Binary | 1100100 | 10001001 | 10111100 | 101111 | 11011 | 0 | 11010 | 11010111 | 101000 | 111000 |
Color Harmonies of #6489BC
Complementary color
Monochromatic Colors of #6489BC
Black with #6489BC
Text Example
Text Example
White with #6489BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6489BC; }
p { color: rgb(100,137,188); }
H1.HeaderClassName
{
color: #6489BC;
}
.AnyTagClassName
{
color: #6489BC;
}
</style>
background-color css
<style>
a { background-color: #6489BC; }
a { background-color: rgb(100,137,188); }
div.DivClassName
{
background-color: #6489BC;
}
.BgClassName
{
background-color: #6489BC;
}
</style>
border-color css
<style>
span { border-color: #6489BC; }
span { border-color: rgb(100,137,188); }
td.TdClassName
{
border-color: #6489BC;
}
.TagClassName
{
border-color: #6489BC;
}
</style>