Shades of Danube #6386BB
Tints of Danube #6386BB
RGB
CMYK
RGB Variations
Color information
#6386BB (or 0x6386BB) is known color: Danube. HEX triplet: 63, 86 and BB. RGB value is (99,134,187). Sum of RGB (Red+Green+Blue) = 99+134+187=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #6386BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6386BB is #9C7944. Grayscale: #818181. Windows color (decimal): -10254661 or 12289635. OLE color: 12289635.
HSL color Cylindrical-coordinate representation of color #6386BB: hue angle of 216.14º 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 #6386BB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 134 | 187 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.27 |
| HSL | 216.14º | 0.39% | 0.56% | - |
| HSV(B) | 216.14º | 0.47% | 0.73% | - |
| XYZ | 22.64 | 23.29 | 50.32 | - |
| YUV | 129.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 187 | 0.47 | 0.28 | 0 | 0.27 | 216.14 | 0.39 | 0.56 |
| Hex | 63 | 86 | BB | 2F | 1C | 0 | 1B | D8 | 27 | 38 |
| Octal | 143 | 206 | 273 | 57 | 34 | 0 | 33 | 330 | 47 | 70 |
| Binary | 1100011 | 10000110 | 10111011 | 101111 | 11100 | 0 | 11011 | 11011000 | 100111 | 111000 |
Color Harmonies of #6386BB
Complementary color
Monochromatic Colors of #6386BB
Black with #6386BB
Text Example
Text Example
White with #6386BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6386BB; }
p { color: rgb(99,134,187); }
H1.HeaderClassName
{
color: #6386BB;
}
.AnyTagClassName
{
color: #6386BB;
}
</style>
background-color css
<style>
a { background-color: #6386BB; }
a { background-color: rgb(99,134,187); }
div.DivClassName
{
background-color: #6386BB;
}
.BgClassName
{
background-color: #6386BB;
}
</style>
border-color css
<style>
span { border-color: #6386BB; }
span { border-color: rgb(99,134,187); }
td.TdClassName
{
border-color: #6386BB;
}
.TagClassName
{
border-color: #6386BB;
}
</style>