Shades of Danube #6390BE
Tints of Danube #6390BE
RGB
CMYK
RGB Variations
Color information
#6390BE (or 0x6390BE) is known color: Danube. HEX triplet: 63, 90 and BE. RGB value is (99,144,190). Sum of RGB (Red+Green+Blue) = 99+144+190=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #6390BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390BE is #9C6F41. Grayscale: #878787. Windows color (decimal): -10252098 or 12488803. OLE color: 12488803.
HSL color Cylindrical-coordinate representation of color #6390BE: hue angle of 210.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6390BE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 144 | 190 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.25 |
| HSL | 210.33º | 0.41% | 0.57% | - |
| HSV(B) | 210.33º | 0.48% | 0.75% | - |
| XYZ | 24.41 | 26.32 | 52.51 | - |
| YUV | 135.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 190 | 0.48 | 0.24 | 0 | 0.25 | 210.33 | 0.41 | 0.57 |
| Hex | 63 | 90 | BE | 30 | 18 | 0 | 19 | D2 | 29 | 39 |
| Octal | 143 | 220 | 276 | 60 | 30 | 0 | 31 | 322 | 51 | 71 |
| Binary | 1100011 | 10010000 | 10111110 | 110000 | 11000 | 0 | 11001 | 11010010 | 101001 | 111001 |
Color Harmonies of #6390BE
Complementary color
Monochromatic Colors of #6390BE
Black with #6390BE
Text Example
Text Example
White with #6390BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6390BE; }
p { color: rgb(99,144,190); }
H1.HeaderClassName
{
color: #6390BE;
}
.AnyTagClassName
{
color: #6390BE;
}
</style>
background-color css
<style>
a { background-color: #6390BE; }
a { background-color: rgb(99,144,190); }
div.DivClassName
{
background-color: #6390BE;
}
.BgClassName
{
background-color: #6390BE;
}
</style>
border-color css
<style>
span { border-color: #6390BE; }
span { border-color: rgb(99,144,190); }
td.TdClassName
{
border-color: #6390BE;
}
.TagClassName
{
border-color: #6390BE;
}
</style>