Shades of Danube #6287BA
Tints of Danube #6287BA
RGB
CMYK
RGB Variations
Color information
#6287BA (or 0x6287BA) is known color: Danube. HEX triplet: 62, 87 and BA. RGB value is (98,135,186). Sum of RGB (Red+Green+Blue) = 98+135+186=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6287BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6287BA is #9D7845. Grayscale: #818181. Windows color (decimal): -10319942 or 12224354. OLE color: 12224354.
HSL color Cylindrical-coordinate representation of color #6287BA: hue angle of 214.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6287BA is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 135 | 186 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.27 |
| HSL | 214.77º | 0.39% | 0.56% | - |
| HSV(B) | 214.77º | 0.47% | 0.73% | - |
| XYZ | 22.56 | 23.47 | 49.8 | - |
| YUV | 129.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 186 | 0.47 | 0.27 | 0 | 0.27 | 214.77 | 0.39 | 0.56 |
| Hex | 62 | 87 | BA | 2F | 1B | 0 | 1B | D7 | 27 | 38 |
| Octal | 142 | 207 | 272 | 57 | 33 | 0 | 33 | 327 | 47 | 70 |
| Binary | 1100010 | 10000111 | 10111010 | 101111 | 11011 | 0 | 11011 | 11010111 | 100111 | 111000 |
Color Harmonies of #6287BA
Complementary color
Monochromatic Colors of #6287BA
Black with #6287BA
Text Example
Text Example
White with #6287BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287BA; }
p { color: rgb(98,135,186); }
H1.HeaderClassName
{
color: #6287BA;
}
.AnyTagClassName
{
color: #6287BA;
}
</style>
background-color css
<style>
a { background-color: #6287BA; }
a { background-color: rgb(98,135,186); }
div.DivClassName
{
background-color: #6287BA;
}
.BgClassName
{
background-color: #6287BA;
}
</style>
border-color css
<style>
span { border-color: #6287BA; }
span { border-color: rgb(98,135,186); }
td.TdClassName
{
border-color: #6287BA;
}
.TagClassName
{
border-color: #6287BA;
}
</style>