Shades of Danube #6491BE
Tints of Danube #6491BE
RGB
CMYK
RGB Variations
Color information
#6491BE (or 0x6491BE) is known color: Danube. HEX triplet: 64, 91 and BE. RGB value is (100,145,190). Sum of RGB (Red+Green+Blue) = 100+145+190=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6491BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6491BE is #9B6E41. Grayscale: #888888. Windows color (decimal): -10186306 or 12489060. OLE color: 12489060.
HSL color Cylindrical-coordinate representation of color #6491BE: hue angle of 210º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6491BE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 145 | 190 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.25 |
| HSL | 210º | 0.41% | 0.57% | - |
| HSV(B) | 210º | 0.47% | 0.75% | - |
| XYZ | 24.68 | 26.68 | 52.56 | - |
| YUV | 136.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 190 | 0.47 | 0.24 | 0 | 0.25 | 210 | 0.41 | 0.57 |
| Hex | 64 | 91 | BE | 2F | 18 | 0 | 19 | D2 | 29 | 39 |
| Octal | 144 | 221 | 276 | 57 | 30 | 0 | 31 | 322 | 51 | 71 |
| Binary | 1100100 | 10010001 | 10111110 | 101111 | 11000 | 0 | 11001 | 11010010 | 101001 | 111001 |
Color Harmonies of #6491BE
Complementary color
Monochromatic Colors of #6491BE
Black with #6491BE
Text Example
Text Example
White with #6491BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491BE; }
p { color: rgb(100,145,190); }
H1.HeaderClassName
{
color: #6491BE;
}
.AnyTagClassName
{
color: #6491BE;
}
</style>
background-color css
<style>
a { background-color: #6491BE; }
a { background-color: rgb(100,145,190); }
div.DivClassName
{
background-color: #6491BE;
}
.BgClassName
{
background-color: #6491BE;
}
</style>
border-color css
<style>
span { border-color: #6491BE; }
span { border-color: rgb(100,145,190); }
td.TdClassName
{
border-color: #6491BE;
}
.TagClassName
{
border-color: #6491BE;
}
</style>