Shades of Danube #6394CA
Tints of Danube #6394CA
RGB
CMYK
RGB Variations
Color information
#6394CA (or 0x6394CA) is known color: Danube. HEX triplet: 63, 94 and CA. RGB value is (99,148,202). Sum of RGB (Red+Green+Blue) = 99+148+202=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #6394CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394CA is #9C6B35. Grayscale: #8B8B8B. Windows color (decimal): -10251062 or 13276259. OLE color: 13276259.
HSL color Cylindrical-coordinate representation of color #6394CA: hue angle of 211.46º degrees, saturation: 0.49, 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 #6394CA is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 148 | 202 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.21 |
| HSL | 211.46º | 0.49% | 0.59% | - |
| HSV(B) | 211.46º | 0.51% | 0.79% | - |
| XYZ | 26.4 | 28.1 | 59.91 | - |
| YUV | 139.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 202 | 0.51 | 0.27 | 0 | 0.21 | 211.46 | 0.49 | 0.59 |
| Hex | 63 | 94 | CA | 33 | 1B | 0 | 15 | D3 | 31 | 3B |
| Octal | 143 | 224 | 312 | 63 | 33 | 0 | 25 | 323 | 61 | 73 |
| Binary | 1100011 | 10010100 | 11001010 | 110011 | 11011 | 0 | 10101 | 11010011 | 110001 | 111011 |
Color Harmonies of #6394CA
Complementary color
Monochromatic Colors of #6394CA
Black with #6394CA
Text Example
Text Example
White with #6394CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394CA; }
p { color: rgb(99,148,202); }
H1.HeaderClassName
{
color: #6394CA;
}
.AnyTagClassName
{
color: #6394CA;
}
</style>
background-color css
<style>
a { background-color: #6394CA; }
a { background-color: rgb(99,148,202); }
div.DivClassName
{
background-color: #6394CA;
}
.BgClassName
{
background-color: #6394CA;
}
</style>
border-color css
<style>
span { border-color: #6394CA; }
span { border-color: rgb(99,148,202); }
td.TdClassName
{
border-color: #6394CA;
}
.TagClassName
{
border-color: #6394CA;
}
</style>