Shades of Danube #6286CB
Tints of Danube #6286CB
RGB
CMYK
RGB Variations
Color information
#6286CB (or 0x6286CB) is known color: Danube. HEX triplet: 62, 86 and CB. RGB value is (98,134,203). Sum of RGB (Red+Green+Blue) = 98+134+203=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6286CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286CB is #9D7934. Grayscale: #828282. Windows color (decimal): -10320181 or 13338210. OLE color: 13338210.
HSL color Cylindrical-coordinate representation of color #6286CB: hue angle of 219.43º 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 #6286CB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 134 | 203 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.20 |
| HSL | 219.43º | 0.5% | 0.59% | - |
| HSV(B) | 219.43º | 0.52% | 0.8% | - |
| XYZ | 24.34 | 23.96 | 59.84 | - |
| YUV | 131.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 203 | 0.52 | 0.34 | 0 | 0.20 | 219.43 | 0.5 | 0.59 |
| Hex | 62 | 86 | CB | 34 | 22 | 0 | 14 | DB | 32 | 3B |
| Octal | 142 | 206 | 313 | 64 | 42 | 0 | 24 | 333 | 62 | 73 |
| Binary | 1100010 | 10000110 | 11001011 | 110100 | 100010 | 0 | 10100 | 11011011 | 110010 | 111011 |
Color Harmonies of #6286CB
Complementary color
Monochromatic Colors of #6286CB
Black with #6286CB
Text Example
Text Example
White with #6286CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286CB; }
p { color: rgb(98,134,203); }
H1.HeaderClassName
{
color: #6286CB;
}
.AnyTagClassName
{
color: #6286CB;
}
</style>
background-color css
<style>
a { background-color: #6286CB; }
a { background-color: rgb(98,134,203); }
div.DivClassName
{
background-color: #6286CB;
}
.BgClassName
{
background-color: #6286CB;
}
</style>
border-color css
<style>
span { border-color: #6286CB; }
span { border-color: rgb(98,134,203); }
td.TdClassName
{
border-color: #6286CB;
}
.TagClassName
{
border-color: #6286CB;
}
</style>