Shades of Danube #6392CE
Tints of Danube #6392CE
RGB
CMYK
RGB Variations
Color information
#6392CE (or 0x6392CE) is known color: Danube. HEX triplet: 63, 92 and CE. RGB value is (99,146,206). Sum of RGB (Red+Green+Blue) = 99+146+206=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6392CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392CE is #9C6D31. Grayscale: #8A8A8A. Windows color (decimal): -10251570 or 13537891. OLE color: 13537891.
HSL color Cylindrical-coordinate representation of color #6392CE: hue angle of 213.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6392CE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 146 | 206 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.19 |
| HSL | 213.64º | 0.52% | 0.6% | - |
| HSV(B) | 213.64º | 0.52% | 0.81% | - |
| XYZ | 26.57 | 27.67 | 62.33 | - |
| YUV | 138.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 206 | 0.52 | 0.29 | 0 | 0.19 | 213.64 | 0.52 | 0.6 |
| Hex | 63 | 92 | CE | 34 | 1D | 0 | 13 | D6 | 34 | 3C |
| Octal | 143 | 222 | 316 | 64 | 35 | 0 | 23 | 326 | 64 | 74 |
| Binary | 1100011 | 10010010 | 11001110 | 110100 | 11101 | 0 | 10011 | 11010110 | 110100 | 111100 |
Color Harmonies of #6392CE
Complementary color
Monochromatic Colors of #6392CE
Black with #6392CE
Text Example
Text Example
White with #6392CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392CE; }
p { color: rgb(99,146,206); }
H1.HeaderClassName
{
color: #6392CE;
}
.AnyTagClassName
{
color: #6392CE;
}
</style>
background-color css
<style>
a { background-color: #6392CE; }
a { background-color: rgb(99,146,206); }
div.DivClassName
{
background-color: #6392CE;
}
.BgClassName
{
background-color: #6392CE;
}
</style>
border-color css
<style>
span { border-color: #6392CE; }
span { border-color: rgb(99,146,206); }
td.TdClassName
{
border-color: #6392CE;
}
.TagClassName
{
border-color: #6392CE;
}
</style>