Shades of Danube #6290CC
Tints of Danube #6290CC
RGB
CMYK
RGB Variations
Color information
#6290CC (or 0x6290CC) is known color: Danube. HEX triplet: 62, 90 and CC. RGB value is (98,144,204). Sum of RGB (Red+Green+Blue) = 98+144+204=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #6290CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290CC is #9D6F33. Grayscale: #888888. Windows color (decimal): -10317620 or 13406306. OLE color: 13406306.
HSL color Cylindrical-coordinate representation of color #6290CC: hue angle of 213.96º degrees, saturation: 0.51, 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 #6290CC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 144 | 204 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.2 |
| HSL | 213.96º | 0.51% | 0.59% | - |
| HSV(B) | 213.96º | 0.52% | 0.8% | - |
| XYZ | 25.91 | 26.9 | 60.95 | - |
| YUV | 137.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 204 | 0.52 | 0.29 | 0 | 0.2 | 213.96 | 0.51 | 0.59 |
| Hex | 62 | 90 | CC | 34 | 1D | 0 | 14 | D6 | 33 | 3B |
| Octal | 142 | 220 | 314 | 64 | 35 | 0 | 24 | 326 | 63 | 73 |
| Binary | 1100010 | 10010000 | 11001100 | 110100 | 11101 | 0 | 10100 | 11010110 | 110011 | 111011 |
Color Harmonies of #6290CC
Complementary color
Monochromatic Colors of #6290CC
Black with #6290CC
Text Example
Text Example
White with #6290CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290CC; }
p { color: rgb(98,144,204); }
H1.HeaderClassName
{
color: #6290CC;
}
.AnyTagClassName
{
color: #6290CC;
}
</style>
background-color css
<style>
a { background-color: #6290CC; }
a { background-color: rgb(98,144,204); }
div.DivClassName
{
background-color: #6290CC;
}
.BgClassName
{
background-color: #6290CC;
}
</style>
border-color css
<style>
span { border-color: #6290CC; }
span { border-color: rgb(98,144,204); }
td.TdClassName
{
border-color: #6290CC;
}
.TagClassName
{
border-color: #6290CC;
}
</style>