Shades of Danube #6491BB
Tints of Danube #6491BB
RGB
CMYK
RGB Variations
Color information
#6491BB (or 0x6491BB) is known color: Danube. HEX triplet: 64, 91 and BB. RGB value is (100,145,187). Sum of RGB (Red+Green+Blue) = 100+145+187=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #6491BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6491BB is #9B6E44. Grayscale: #888888. Windows color (decimal): -10186309 or 12292452. OLE color: 12292452.
HSL color Cylindrical-coordinate representation of color #6491BB: hue angle of 208.97º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6491BB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 145 | 187 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.27 |
| HSL | 208.97º | 0.39% | 0.56% | - |
| HSV(B) | 208.97º | 0.47% | 0.73% | - |
| XYZ | 24.35 | 26.55 | 50.85 | - |
| YUV | 136.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 187 | 0.47 | 0.22 | 0 | 0.27 | 208.97 | 0.39 | 0.56 |
| Hex | 64 | 91 | BB | 2F | 16 | 0 | 1B | D1 | 27 | 38 |
| Octal | 144 | 221 | 273 | 57 | 26 | 0 | 33 | 321 | 47 | 70 |
| Binary | 1100100 | 10010001 | 10111011 | 101111 | 10110 | 0 | 11011 | 11010001 | 100111 | 111000 |
Color Harmonies of #6491BB
Complementary color
Monochromatic Colors of #6491BB
Black with #6491BB
Text Example
Text Example
White with #6491BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491BB; }
p { color: rgb(100,145,187); }
H1.HeaderClassName
{
color: #6491BB;
}
.AnyTagClassName
{
color: #6491BB;
}
</style>
background-color css
<style>
a { background-color: #6491BB; }
a { background-color: rgb(100,145,187); }
div.DivClassName
{
background-color: #6491BB;
}
.BgClassName
{
background-color: #6491BB;
}
</style>
border-color css
<style>
span { border-color: #6491BB; }
span { border-color: rgb(100,145,187); }
td.TdClassName
{
border-color: #6491BB;
}
.TagClassName
{
border-color: #6491BB;
}
</style>