Shades of Danube #6490BC
Tints of Danube #6490BC
RGB
CMYK
RGB Variations
Color information
#6490BC (or 0x6490BC) is known color: Danube. HEX triplet: 64, 90 and BC. RGB value is (100,144,188). Sum of RGB (Red+Green+Blue) = 100+144+188=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #6490BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490BC is #9B6F43. Grayscale: #878787. Windows color (decimal): -10186564 or 12357732. OLE color: 12357732.
HSL color Cylindrical-coordinate representation of color #6490BC: hue angle of 210º 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 #6490BC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 144 | 188 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.26 |
| HSL | 210º | 0.4% | 0.56% | - |
| HSV(B) | 210º | 0.47% | 0.74% | - |
| XYZ | 24.31 | 26.29 | 51.37 | - |
| YUV | 135.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 188 | 0.47 | 0.23 | 0 | 0.26 | 210 | 0.4 | 0.56 |
| Hex | 64 | 90 | BC | 2F | 17 | 0 | 1A | D2 | 28 | 38 |
| Octal | 144 | 220 | 274 | 57 | 27 | 0 | 32 | 322 | 50 | 70 |
| Binary | 1100100 | 10010000 | 10111100 | 101111 | 10111 | 0 | 11010 | 11010010 | 101000 | 111000 |
Color Harmonies of #6490BC
Complementary color
Monochromatic Colors of #6490BC
Black with #6490BC
Text Example
Text Example
White with #6490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490BC; }
p { color: rgb(100,144,188); }
H1.HeaderClassName
{
color: #6490BC;
}
.AnyTagClassName
{
color: #6490BC;
}
</style>
background-color css
<style>
a { background-color: #6490BC; }
a { background-color: rgb(100,144,188); }
div.DivClassName
{
background-color: #6490BC;
}
.BgClassName
{
background-color: #6490BC;
}
</style>
border-color css
<style>
span { border-color: #6490BC; }
span { border-color: rgb(100,144,188); }
td.TdClassName
{
border-color: #6490BC;
}
.TagClassName
{
border-color: #6490BC;
}
</style>