Shades of Danube #6391CA
Tints of Danube #6391CA
RGB
CMYK
RGB Variations
Color information
#6391CA (or 0x6391CA) is known color: Danube. HEX triplet: 63, 91 and CA. RGB value is (99,145,202). Sum of RGB (Red+Green+Blue) = 99+145+202=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #6391CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391CA is #9C6E35. Grayscale: #898989. Windows color (decimal): -10251830 or 13275491. OLE color: 13275491.
HSL color Cylindrical-coordinate representation of color #6391CA: hue angle of 213.2º 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 #6391CA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 145 | 202 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.21 |
| HSL | 213.2º | 0.49% | 0.59% | - |
| HSV(B) | 213.2º | 0.51% | 0.79% | - |
| XYZ | 25.93 | 27.17 | 59.75 | - |
| YUV | 137.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 202 | 0.51 | 0.28 | 0 | 0.21 | 213.2 | 0.49 | 0.59 |
| Hex | 63 | 91 | CA | 33 | 1C | 0 | 15 | D5 | 31 | 3B |
| Octal | 143 | 221 | 312 | 63 | 34 | 0 | 25 | 325 | 61 | 73 |
| Binary | 1100011 | 10010001 | 11001010 | 110011 | 11100 | 0 | 10101 | 11010101 | 110001 | 111011 |
Color Harmonies of #6391CA
Complementary color
Monochromatic Colors of #6391CA
Black with #6391CA
Text Example
Text Example
White with #6391CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391CA; }
p { color: rgb(99,145,202); }
H1.HeaderClassName
{
color: #6391CA;
}
.AnyTagClassName
{
color: #6391CA;
}
</style>
background-color css
<style>
a { background-color: #6391CA; }
a { background-color: rgb(99,145,202); }
div.DivClassName
{
background-color: #6391CA;
}
.BgClassName
{
background-color: #6391CA;
}
</style>
border-color css
<style>
span { border-color: #6391CA; }
span { border-color: rgb(99,145,202); }
td.TdClassName
{
border-color: #6391CA;
}
.TagClassName
{
border-color: #6391CA;
}
</style>