Shades of Danube #6291BE
Tints of Danube #6291BE
RGB
CMYK
RGB Variations
Color information
#6291BE (or 0x6291BE) is known color: Danube. HEX triplet: 62, 91 and BE. RGB value is (98,145,190). Sum of RGB (Red+Green+Blue) = 98+145+190=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #6291BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291BE is #9D6E41. Grayscale: #878787. Windows color (decimal): -10317378 or 12489058. OLE color: 12489058.
HSL color Cylindrical-coordinate representation of color #6291BE: hue angle of 209.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6291BE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 145 | 190 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.25 |
| HSL | 209.35º | 0.41% | 0.56% | - |
| HSV(B) | 209.35º | 0.48% | 0.75% | - |
| XYZ | 24.46 | 26.57 | 52.55 | - |
| YUV | 136.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 190 | 0.48 | 0.24 | 0 | 0.25 | 209.35 | 0.41 | 0.56 |
| Hex | 62 | 91 | BE | 30 | 18 | 0 | 19 | D1 | 29 | 38 |
| Octal | 142 | 221 | 276 | 60 | 30 | 0 | 31 | 321 | 51 | 70 |
| Binary | 1100010 | 10010001 | 10111110 | 110000 | 11000 | 0 | 11001 | 11010001 | 101001 | 111000 |
Color Harmonies of #6291BE
Complementary color
Monochromatic Colors of #6291BE
Black with #6291BE
Text Example
Text Example
White with #6291BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291BE; }
p { color: rgb(98,145,190); }
H1.HeaderClassName
{
color: #6291BE;
}
.AnyTagClassName
{
color: #6291BE;
}
</style>
background-color css
<style>
a { background-color: #6291BE; }
a { background-color: rgb(98,145,190); }
div.DivClassName
{
background-color: #6291BE;
}
.BgClassName
{
background-color: #6291BE;
}
</style>
border-color css
<style>
span { border-color: #6291BE; }
span { border-color: rgb(98,145,190); }
td.TdClassName
{
border-color: #6291BE;
}
.TagClassName
{
border-color: #6291BE;
}
</style>