Shades of Danube #6383BA
Tints of Danube #6383BA
RGB
CMYK
RGB Variations
Color information
#6383BA (or 0x6383BA) is known color: Danube. HEX triplet: 63, 83 and BA. RGB value is (99,131,186). Sum of RGB (Red+Green+Blue) = 99+131+186=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #6383BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383BA is #9C7C45. Grayscale: #7F7F7F. Windows color (decimal): -10255430 or 12223331. OLE color: 12223331.
HSL color Cylindrical-coordinate representation of color #6383BA: hue angle of 217.93º 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 #6383BA is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 131 | 186 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.27 |
| HSL | 217.93º | 0.39% | 0.56% | - |
| HSV(B) | 217.93º | 0.47% | 0.73% | - |
| XYZ | 22.12 | 22.43 | 49.62 | - |
| YUV | 127.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 186 | 0.47 | 0.30 | 0 | 0.27 | 217.93 | 0.39 | 0.56 |
| Hex | 63 | 83 | BA | 2F | 1E | 0 | 1B | DA | 27 | 38 |
| Octal | 143 | 203 | 272 | 57 | 36 | 0 | 33 | 332 | 47 | 70 |
| Binary | 1100011 | 10000011 | 10111010 | 101111 | 11110 | 0 | 11011 | 11011010 | 100111 | 111000 |
Color Harmonies of #6383BA
Complementary color
Monochromatic Colors of #6383BA
Black with #6383BA
Text Example
Text Example
White with #6383BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6383BA; }
p { color: rgb(99,131,186); }
H1.HeaderClassName
{
color: #6383BA;
}
.AnyTagClassName
{
color: #6383BA;
}
</style>
background-color css
<style>
a { background-color: #6383BA; }
a { background-color: rgb(99,131,186); }
div.DivClassName
{
background-color: #6383BA;
}
.BgClassName
{
background-color: #6383BA;
}
</style>
border-color css
<style>
span { border-color: #6383BA; }
span { border-color: rgb(99,131,186); }
td.TdClassName
{
border-color: #6383BA;
}
.TagClassName
{
border-color: #6383BA;
}
</style>