Shades of Danube #6390BB
Tints of Danube #6390BB
RGB
CMYK
RGB Variations
Color information
#6390BB (or 0x6390BB) is known color: Danube. HEX triplet: 63, 90 and BB. RGB value is (99,144,187). Sum of RGB (Red+Green+Blue) = 99+144+187=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #6390BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390BB is #9C6F44. Grayscale: #878787. Windows color (decimal): -10252101 or 12292195. OLE color: 12292195.
HSL color Cylindrical-coordinate representation of color #6390BB: hue angle of 209.32º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6390BB is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 144 | 187 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.27 |
| HSL | 209.32º | 0.39% | 0.56% | - |
| HSV(B) | 209.32º | 0.47% | 0.73% | - |
| XYZ | 24.09 | 26.19 | 50.8 | - |
| YUV | 135.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 187 | 0.47 | 0.23 | 0 | 0.27 | 209.32 | 0.39 | 0.56 |
| Hex | 63 | 90 | BB | 2F | 17 | 0 | 1B | D1 | 27 | 38 |
| Octal | 143 | 220 | 273 | 57 | 27 | 0 | 33 | 321 | 47 | 70 |
| Binary | 1100011 | 10010000 | 10111011 | 101111 | 10111 | 0 | 11011 | 11010001 | 100111 | 111000 |
Color Harmonies of #6390BB
Complementary color
Monochromatic Colors of #6390BB
Black with #6390BB
Text Example
Text Example
White with #6390BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6390BB; }
p { color: rgb(99,144,187); }
H1.HeaderClassName
{
color: #6390BB;
}
.AnyTagClassName
{
color: #6390BB;
}
</style>
background-color css
<style>
a { background-color: #6390BB; }
a { background-color: rgb(99,144,187); }
div.DivClassName
{
background-color: #6390BB;
}
.BgClassName
{
background-color: #6390BB;
}
</style>
border-color css
<style>
span { border-color: #6390BB; }
span { border-color: rgb(99,144,187); }
td.TdClassName
{
border-color: #6390BB;
}
.TagClassName
{
border-color: #6390BB;
}
</style>