Shades of Danube #6286BC
Tints of Danube #6286BC
RGB
CMYK
RGB Variations
Color information
#6286BC (or 0x6286BC) is known color: Danube. HEX triplet: 62, 86 and BC. RGB value is (98,134,188). Sum of RGB (Red+Green+Blue) = 98+134+188=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6286BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286BC is #9D7943. Grayscale: #818181. Windows color (decimal): -10320196 or 12355170. OLE color: 12355170.
HSL color Cylindrical-coordinate representation of color #6286BC: hue angle of 216º 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 #6286BC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 134 | 188 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.26 |
| HSL | 216º | 0.4% | 0.56% | - |
| HSV(B) | 216º | 0.48% | 0.74% | - |
| XYZ | 22.64 | 23.28 | 50.88 | - |
| YUV | 129.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 188 | 0.48 | 0.29 | 0 | 0.26 | 216 | 0.4 | 0.56 |
| Hex | 62 | 86 | BC | 30 | 1D | 0 | 1A | D8 | 28 | 38 |
| Octal | 142 | 206 | 274 | 60 | 35 | 0 | 32 | 330 | 50 | 70 |
| Binary | 1100010 | 10000110 | 10111100 | 110000 | 11101 | 0 | 11010 | 11011000 | 101000 | 111000 |
Color Harmonies of #6286BC
Complementary color
Monochromatic Colors of #6286BC
Black with #6286BC
Text Example
Text Example
White with #6286BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6286BC; }
p { color: rgb(98,134,188); }
H1.HeaderClassName
{
color: #6286BC;
}
.AnyTagClassName
{
color: #6286BC;
}
</style>
background-color css
<style>
a { background-color: #6286BC; }
a { background-color: rgb(98,134,188); }
div.DivClassName
{
background-color: #6286BC;
}
.BgClassName
{
background-color: #6286BC;
}
</style>
border-color css
<style>
span { border-color: #6286BC; }
span { border-color: rgb(98,134,188); }
td.TdClassName
{
border-color: #6286BC;
}
.TagClassName
{
border-color: #6286BC;
}
</style>