Shades of Danube #6292CF
Tints of Danube #6292CF
RGB
CMYK
RGB Variations
Color information
#6292CF (or 0x6292CF) is known color: Danube. HEX triplet: 62, 92 and CF. RGB value is (98,146,207). Sum of RGB (Red+Green+Blue) = 98+146+207=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6292CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292CF is #9D6D30. Grayscale: #8A8A8A. Windows color (decimal): -10317105 or 13603426. OLE color: 13603426.
HSL color Cylindrical-coordinate representation of color #6292CF: hue angle of 213.58º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6292CF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 146 | 207 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.19 |
| HSL | 213.58º | 0.53% | 0.6% | - |
| HSV(B) | 213.58º | 0.53% | 0.81% | - |
| XYZ | 26.58 | 27.66 | 62.97 | - |
| YUV | 138.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 207 | 0.53 | 0.29 | 0 | 0.19 | 213.58 | 0.53 | 0.6 |
| Hex | 62 | 92 | CF | 35 | 1D | 0 | 13 | D6 | 35 | 3C |
| Octal | 142 | 222 | 317 | 65 | 35 | 0 | 23 | 326 | 65 | 74 |
| Binary | 1100010 | 10010010 | 11001111 | 110101 | 11101 | 0 | 10011 | 11010110 | 110101 | 111100 |
Color Harmonies of #6292CF
Complementary color
Monochromatic Colors of #6292CF
Black with #6292CF
Text Example
Text Example
White with #6292CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292CF; }
p { color: rgb(98,146,207); }
H1.HeaderClassName
{
color: #6292CF;
}
.AnyTagClassName
{
color: #6292CF;
}
</style>
background-color css
<style>
a { background-color: #6292CF; }
a { background-color: rgb(98,146,207); }
div.DivClassName
{
background-color: #6292CF;
}
.BgClassName
{
background-color: #6292CF;
}
</style>
border-color css
<style>
span { border-color: #6292CF; }
span { border-color: rgb(98,146,207); }
td.TdClassName
{
border-color: #6292CF;
}
.TagClassName
{
border-color: #6292CF;
}
</style>