Shades of Danube #6287BC
Tints of Danube #6287BC
RGB
CMYK
RGB Variations
Color information
#6287BC (or 0x6287BC) is known color: Danube. HEX triplet: 62, 87 and BC. RGB value is (98,135,188). Sum of RGB (Red+Green+Blue) = 98+135+188=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6287BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6287BC is #9D7843. Grayscale: #818181. Windows color (decimal): -10319940 or 12355426. OLE color: 12355426.
HSL color Cylindrical-coordinate representation of color #6287BC: hue angle of 215.33º 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 #6287BC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 135 | 188 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.26 |
| HSL | 215.33º | 0.4% | 0.56% | - |
| HSV(B) | 215.33º | 0.48% | 0.74% | - |
| XYZ | 22.78 | 23.56 | 50.92 | - |
| YUV | 129.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 188 | 0.48 | 0.28 | 0 | 0.26 | 215.33 | 0.4 | 0.56 |
| Hex | 62 | 87 | BC | 30 | 1C | 0 | 1A | D7 | 28 | 38 |
| Octal | 142 | 207 | 274 | 60 | 34 | 0 | 32 | 327 | 50 | 70 |
| Binary | 1100010 | 10000111 | 10111100 | 110000 | 11100 | 0 | 11010 | 11010111 | 101000 | 111000 |
Color Harmonies of #6287BC
Complementary color
Monochromatic Colors of #6287BC
Black with #6287BC
Text Example
Text Example
White with #6287BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287BC; }
p { color: rgb(98,135,188); }
H1.HeaderClassName
{
color: #6287BC;
}
.AnyTagClassName
{
color: #6287BC;
}
</style>
background-color css
<style>
a { background-color: #6287BC; }
a { background-color: rgb(98,135,188); }
div.DivClassName
{
background-color: #6287BC;
}
.BgClassName
{
background-color: #6287BC;
}
</style>
border-color css
<style>
span { border-color: #6287BC; }
span { border-color: rgb(98,135,188); }
td.TdClassName
{
border-color: #6287BC;
}
.TagClassName
{
border-color: #6287BC;
}
</style>