Shades of Danube #6390CD
Tints of Danube #6390CD
RGB
CMYK
RGB Variations
Color information
#6390CD (or 0x6390CD) is known color: Danube. HEX triplet: 63, 90 and CD. RGB value is (99,144,205). Sum of RGB (Red+Green+Blue) = 99+144+205=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #6390CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390CD is #9C6F32. Grayscale: #898989. Windows color (decimal): -10252083 or 13471843. OLE color: 13471843.
HSL color Cylindrical-coordinate representation of color #6390CD: hue angle of 214.53º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6390CD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 144 | 205 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.20 |
| HSL | 214.53º | 0.51% | 0.6% | - |
| HSV(B) | 214.53º | 0.52% | 0.8% | - |
| XYZ | 26.14 | 27.01 | 61.59 | - |
| YUV | 137.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 205 | 0.52 | 0.30 | 0 | 0.20 | 214.53 | 0.51 | 0.6 |
| Hex | 63 | 90 | CD | 34 | 1E | 0 | 14 | D7 | 33 | 3C |
| Octal | 143 | 220 | 315 | 64 | 36 | 0 | 24 | 327 | 63 | 74 |
| Binary | 1100011 | 10010000 | 11001101 | 110100 | 11110 | 0 | 10100 | 11010111 | 110011 | 111100 |
Color Harmonies of #6390CD
Complementary color
Monochromatic Colors of #6390CD
Black with #6390CD
Text Example
Text Example
White with #6390CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6390CD; }
p { color: rgb(99,144,205); }
H1.HeaderClassName
{
color: #6390CD;
}
.AnyTagClassName
{
color: #6390CD;
}
</style>
background-color css
<style>
a { background-color: #6390CD; }
a { background-color: rgb(99,144,205); }
div.DivClassName
{
background-color: #6390CD;
}
.BgClassName
{
background-color: #6390CD;
}
</style>
border-color css
<style>
span { border-color: #6390CD; }
span { border-color: rgb(99,144,205); }
td.TdClassName
{
border-color: #6390CD;
}
.TagClassName
{
border-color: #6390CD;
}
</style>