Shades of Danube #6286CA
Tints of Danube #6286CA
RGB
CMYK
RGB Variations
Color information
#6286CA (or 0x6286CA) is known color: Danube. HEX triplet: 62, 86 and CA. RGB value is (98,134,202). Sum of RGB (Red+Green+Blue) = 98+134+202=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6286CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286CA is #9D7935. Grayscale: #828282. Windows color (decimal): -10320182 or 13272674. OLE color: 13272674.
HSL color Cylindrical-coordinate representation of color #6286CA: hue angle of 219.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6286CA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 134 | 202 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.21 |
| HSL | 219.23º | 0.5% | 0.59% | - |
| HSV(B) | 219.23º | 0.51% | 0.79% | - |
| XYZ | 24.22 | 23.91 | 59.22 | - |
| YUV | 130.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 202 | 0.51 | 0.34 | 0 | 0.21 | 219.23 | 0.5 | 0.59 |
| Hex | 62 | 86 | CA | 33 | 22 | 0 | 15 | DB | 32 | 3B |
| Octal | 142 | 206 | 312 | 63 | 42 | 0 | 25 | 333 | 62 | 73 |
| Binary | 1100010 | 10000110 | 11001010 | 110011 | 100010 | 0 | 10101 | 11011011 | 110010 | 111011 |
Color Harmonies of #6286CA
Complementary color
Monochromatic Colors of #6286CA
Black with #6286CA
Text Example
Text Example
White with #6286CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286CA; }
p { color: rgb(98,134,202); }
H1.HeaderClassName
{
color: #6286CA;
}
.AnyTagClassName
{
color: #6286CA;
}
</style>
background-color css
<style>
a { background-color: #6286CA; }
a { background-color: rgb(98,134,202); }
div.DivClassName
{
background-color: #6286CA;
}
.BgClassName
{
background-color: #6286CA;
}
</style>
border-color css
<style>
span { border-color: #6286CA; }
span { border-color: rgb(98,134,202); }
td.TdClassName
{
border-color: #6286CA;
}
.TagClassName
{
border-color: #6286CA;
}
</style>