Shades of Danube #6291CB
Tints of Danube #6291CB
RGB
CMYK
RGB Variations
Color information
#6291CB (or 0x6291CB) is known color: Danube. HEX triplet: 62, 91 and CB. RGB value is (98,145,203). Sum of RGB (Red+Green+Blue) = 98+145+203=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #6291CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291CB is #9D6E34. Grayscale: #898989. Windows color (decimal): -10317365 or 13341026. OLE color: 13341026.
HSL color Cylindrical-coordinate representation of color #6291CB: hue angle of 213.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6291CB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 145 | 203 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.20 |
| HSL | 213.14º | 0.5% | 0.59% | - |
| HSV(B) | 213.14º | 0.52% | 0.8% | - |
| XYZ | 25.94 | 27.16 | 60.37 | - |
| YUV | 137.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 203 | 0.52 | 0.29 | 0 | 0.20 | 213.14 | 0.5 | 0.59 |
| Hex | 62 | 91 | CB | 34 | 1D | 0 | 14 | D5 | 32 | 3B |
| Octal | 142 | 221 | 313 | 64 | 35 | 0 | 24 | 325 | 62 | 73 |
| Binary | 1100010 | 10010001 | 11001011 | 110100 | 11101 | 0 | 10100 | 11010101 | 110010 | 111011 |
Color Harmonies of #6291CB
Complementary color
Monochromatic Colors of #6291CB
Black with #6291CB
Text Example
Text Example
White with #6291CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291CB; }
p { color: rgb(98,145,203); }
H1.HeaderClassName
{
color: #6291CB;
}
.AnyTagClassName
{
color: #6291CB;
}
</style>
background-color css
<style>
a { background-color: #6291CB; }
a { background-color: rgb(98,145,203); }
div.DivClassName
{
background-color: #6291CB;
}
.BgClassName
{
background-color: #6291CB;
}
</style>
border-color css
<style>
span { border-color: #6291CB; }
span { border-color: rgb(98,145,203); }
td.TdClassName
{
border-color: #6291CB;
}
.TagClassName
{
border-color: #6291CB;
}
</style>