Shades of Danube #6287CA
Tints of Danube #6287CA
RGB
CMYK
RGB Variations
Color information
#6287CA (or 0x6287CA) is known color: Danube. HEX triplet: 62, 87 and CA. RGB value is (98,135,202). Sum of RGB (Red+Green+Blue) = 98+135+202=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6287CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6287CA is #9D7835. Grayscale: #838383. Windows color (decimal): -10319926 or 13272930. OLE color: 13272930.
HSL color Cylindrical-coordinate representation of color #6287CA: hue angle of 218.65º 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 #6287CA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 135 | 202 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.21 |
| HSL | 218.65º | 0.5% | 0.59% | - |
| HSV(B) | 218.65º | 0.51% | 0.79% | - |
| XYZ | 24.36 | 24.19 | 59.26 | - |
| YUV | 131.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 202 | 0.51 | 0.33 | 0 | 0.21 | 218.65 | 0.5 | 0.59 |
| Hex | 62 | 87 | CA | 33 | 21 | 0 | 15 | DB | 32 | 3B |
| Octal | 142 | 207 | 312 | 63 | 41 | 0 | 25 | 333 | 62 | 73 |
| Binary | 1100010 | 10000111 | 11001010 | 110011 | 100001 | 0 | 10101 | 11011011 | 110010 | 111011 |
Color Harmonies of #6287CA
Complementary color
Monochromatic Colors of #6287CA
Black with #6287CA
Text Example
Text Example
White with #6287CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6287CA; }
p { color: rgb(98,135,202); }
H1.HeaderClassName
{
color: #6287CA;
}
.AnyTagClassName
{
color: #6287CA;
}
</style>
background-color css
<style>
a { background-color: #6287CA; }
a { background-color: rgb(98,135,202); }
div.DivClassName
{
background-color: #6287CA;
}
.BgClassName
{
background-color: #6287CA;
}
</style>
border-color css
<style>
span { border-color: #6287CA; }
span { border-color: rgb(98,135,202); }
td.TdClassName
{
border-color: #6287CA;
}
.TagClassName
{
border-color: #6287CA;
}
</style>