Shades of Danube #6290BC
Tints of Danube #6290BC
RGB
CMYK
RGB Variations
Color information
#6290BC (or 0x6290BC) is known color: Danube. HEX triplet: 62, 90 and BC. RGB value is (98,144,188). Sum of RGB (Red+Green+Blue) = 98+144+188=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #6290BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290BC is #9D6F43. Grayscale: #878787. Windows color (decimal): -10317636 or 12357730. OLE color: 12357730.
HSL color Cylindrical-coordinate representation of color #6290BC: hue angle of 209.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6290BC is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 144 | 188 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.26 |
| HSL | 209.33º | 0.4% | 0.56% | - |
| HSV(B) | 209.33º | 0.48% | 0.74% | - |
| XYZ | 24.09 | 26.17 | 51.36 | - |
| YUV | 135.26 | 157.76 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 188 | 0.48 | 0.23 | 0 | 0.26 | 209.33 | 0.4 | 0.56 |
| Hex | 62 | 90 | BC | 30 | 17 | 0 | 1A | D1 | 28 | 38 |
| Octal | 142 | 220 | 274 | 60 | 27 | 0 | 32 | 321 | 50 | 70 |
| Binary | 1100010 | 10010000 | 10111100 | 110000 | 10111 | 0 | 11010 | 11010001 | 101000 | 111000 |
Color Harmonies of #6290BC
Complementary color
Monochromatic Colors of #6290BC
Black with #6290BC
Text Example
Text Example
White with #6290BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290BC; }
p { color: rgb(98,144,188); }
H1.HeaderClassName
{
color: #6290BC;
}
.AnyTagClassName
{
color: #6290BC;
}
</style>
background-color css
<style>
a { background-color: #6290BC; }
a { background-color: rgb(98,144,188); }
div.DivClassName
{
background-color: #6290BC;
}
.BgClassName
{
background-color: #6290BC;
}
</style>
border-color css
<style>
span { border-color: #6290BC; }
span { border-color: rgb(98,144,188); }
td.TdClassName
{
border-color: #6290BC;
}
.TagClassName
{
border-color: #6290BC;
}
</style>