Shades of Danube #6492CA
Tints of Danube #6492CA
RGB
CMYK
RGB Variations
Color information
#6492CA (or 0x6492CA) is known color: Danube. HEX triplet: 64, 92 and CA. RGB value is (100,146,202). Sum of RGB (Red+Green+Blue) = 100+146+202=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6492CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492CA is #9B6D35. Grayscale: #8A8A8A. Windows color (decimal): -10186038 or 13275748. OLE color: 13275748.
HSL color Cylindrical-coordinate representation of color #6492CA: hue angle of 212.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6492CA is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 146 | 202 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.21 |
| HSL | 212.94º | 0.49% | 0.59% | - |
| HSV(B) | 212.94º | 0.5% | 0.79% | - |
| XYZ | 26.2 | 27.53 | 59.81 | - |
| YUV | 138.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 202 | 0.50 | 0.28 | 0 | 0.21 | 212.94 | 0.49 | 0.59 |
| Hex | 64 | 92 | CA | 32 | 1C | 0 | 15 | D5 | 31 | 3B |
| Octal | 144 | 222 | 312 | 62 | 34 | 0 | 25 | 325 | 61 | 73 |
| Binary | 1100100 | 10010010 | 11001010 | 110010 | 11100 | 0 | 10101 | 11010101 | 110001 | 111011 |
Color Harmonies of #6492CA
Complementary color
Monochromatic Colors of #6492CA
Black with #6492CA
Text Example
Text Example
White with #6492CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492CA; }
p { color: rgb(100,146,202); }
H1.HeaderClassName
{
color: #6492CA;
}
.AnyTagClassName
{
color: #6492CA;
}
</style>
background-color css
<style>
a { background-color: #6492CA; }
a { background-color: rgb(100,146,202); }
div.DivClassName
{
background-color: #6492CA;
}
.BgClassName
{
background-color: #6492CA;
}
</style>
border-color css
<style>
span { border-color: #6492CA; }
span { border-color: rgb(100,146,202); }
td.TdClassName
{
border-color: #6492CA;
}
.TagClassName
{
border-color: #6492CA;
}
</style>