Shades of Danube #6384BA
Tints of Danube #6384BA
RGB
CMYK
RGB Variations
Color information
#6384BA (or 0x6384BA) is known color: Danube. HEX triplet: 63, 84 and BA. RGB value is (99,132,186). Sum of RGB (Red+Green+Blue) = 99+132+186=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #6384BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384BA is #9C7B45. Grayscale: #808080. Windows color (decimal): -10255174 or 12223587. OLE color: 12223587.
HSL color Cylindrical-coordinate representation of color #6384BA: hue angle of 217.24º 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 #6384BA is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 132 | 186 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.27 |
| HSL | 217.24º | 0.39% | 0.56% | - |
| HSV(B) | 217.24º | 0.47% | 0.73% | - |
| XYZ | 22.26 | 22.7 | 49.66 | - |
| YUV | 128.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 186 | 0.47 | 0.29 | 0 | 0.27 | 217.24 | 0.39 | 0.56 |
| Hex | 63 | 84 | BA | 2F | 1D | 0 | 1B | D9 | 27 | 38 |
| Octal | 143 | 204 | 272 | 57 | 35 | 0 | 33 | 331 | 47 | 70 |
| Binary | 1100011 | 10000100 | 10111010 | 101111 | 11101 | 0 | 11011 | 11011001 | 100111 | 111000 |
Color Harmonies of #6384BA
Complementary color
Monochromatic Colors of #6384BA
Black with #6384BA
Text Example
Text Example
White with #6384BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6384BA; }
p { color: rgb(99,132,186); }
H1.HeaderClassName
{
color: #6384BA;
}
.AnyTagClassName
{
color: #6384BA;
}
</style>
background-color css
<style>
a { background-color: #6384BA; }
a { background-color: rgb(99,132,186); }
div.DivClassName
{
background-color: #6384BA;
}
.BgClassName
{
background-color: #6384BA;
}
</style>
border-color css
<style>
span { border-color: #6384BA; }
span { border-color: rgb(99,132,186); }
td.TdClassName
{
border-color: #6384BA;
}
.TagClassName
{
border-color: #6384BA;
}
</style>