Shades of Danube #638EBA
Tints of Danube #638EBA
RGB
CMYK
RGB Variations
Color information
#638EBA (or 0x638EBA) is known color: Danube. HEX triplet: 63, 8E and BA. RGB value is (99,142,186). Sum of RGB (Red+Green+Blue) = 99+142+186=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #638EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EBA is #9C7145. Grayscale: #858585. Windows color (decimal): -10252614 or 12226147. OLE color: 12226147.
HSL color Cylindrical-coordinate representation of color #638EBA: hue angle of 210.34º 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 #638EBA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 142 | 186 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.27 |
| HSL | 210.34º | 0.39% | 0.56% | - |
| HSV(B) | 210.34º | 0.47% | 0.73% | - |
| XYZ | 23.68 | 25.54 | 50.14 | - |
| YUV | 134.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 186 | 0.47 | 0.24 | 0 | 0.27 | 210.34 | 0.39 | 0.56 |
| Hex | 63 | 8E | BA | 2F | 18 | 0 | 1B | D2 | 27 | 38 |
| Octal | 143 | 216 | 272 | 57 | 30 | 0 | 33 | 322 | 47 | 70 |
| Binary | 1100011 | 10001110 | 10111010 | 101111 | 11000 | 0 | 11011 | 11010010 | 100111 | 111000 |
Color Harmonies of #638EBA
Complementary color
Monochromatic Colors of #638EBA
Black with #638EBA
Text Example
Text Example
White with #638EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638EBA; }
p { color: rgb(99,142,186); }
H1.HeaderClassName
{
color: #638EBA;
}
.AnyTagClassName
{
color: #638EBA;
}
</style>
background-color css
<style>
a { background-color: #638EBA; }
a { background-color: rgb(99,142,186); }
div.DivClassName
{
background-color: #638EBA;
}
.BgClassName
{
background-color: #638EBA;
}
</style>
border-color css
<style>
span { border-color: #638EBA; }
span { border-color: rgb(99,142,186); }
td.TdClassName
{
border-color: #638EBA;
}
.TagClassName
{
border-color: #638EBA;
}
</style>