Shades of Danube #638BB6
Tints of Danube #638BB6
RGB
CMYK
RGB Variations
Color information
#638BB6 (or 0x638BB6) is known color: Danube. HEX triplet: 63, 8B and B6. RGB value is (99,139,182). Sum of RGB (Red+Green+Blue) = 99+139+182=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #638BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BB6 is #9C7449. Grayscale: #838383. Windows color (decimal): -10253386 or 11963235. OLE color: 11963235.
HSL color Cylindrical-coordinate representation of color #638BB6: hue angle of 211.08º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638BB6 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 139 | 182 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.29 |
| HSL | 211.08º | 0.36% | 0.55% | - |
| HSV(B) | 211.08º | 0.46% | 0.71% | - |
| XYZ | 22.82 | 24.5 | 47.78 | - |
| YUV | 131.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 182 | 0.46 | 0.24 | 0 | 0.29 | 211.08 | 0.36 | 0.55 |
| Hex | 63 | 8B | B6 | 2E | 18 | 0 | 1D | D3 | 24 | 37 |
| Octal | 143 | 213 | 266 | 56 | 30 | 0 | 35 | 323 | 44 | 67 |
| Binary | 1100011 | 10001011 | 10110110 | 101110 | 11000 | 0 | 11101 | 11010011 | 100100 | 110111 |
Color Harmonies of #638BB6
Complementary color
Monochromatic Colors of #638BB6
Black with #638BB6
Text Example
Text Example
White with #638BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BB6; }
p { color: rgb(99,139,182); }
H1.HeaderClassName
{
color: #638BB6;
}
.AnyTagClassName
{
color: #638BB6;
}
</style>
background-color css
<style>
a { background-color: #638BB6; }
a { background-color: rgb(99,139,182); }
div.DivClassName
{
background-color: #638BB6;
}
.BgClassName
{
background-color: #638BB6;
}
</style>
border-color css
<style>
span { border-color: #638BB6; }
span { border-color: rgb(99,139,182); }
td.TdClassName
{
border-color: #638BB6;
}
.TagClassName
{
border-color: #638BB6;
}
</style>