Shades of Danube #638AB8
Tints of Danube #638AB8
RGB
CMYK
RGB Variations
Color information
#638AB8 (or 0x638AB8) is known color: Danube. HEX triplet: 63, 8A and B8. RGB value is (99,138,184). Sum of RGB (Red+Green+Blue) = 99+138+184=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #638AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AB8 is #9C7547. Grayscale: #838383. Windows color (decimal): -10253640 or 12094051. OLE color: 12094051.
HSL color Cylindrical-coordinate representation of color #638AB8: hue angle of 212.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638AB8 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 138 | 184 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.28 |
| HSL | 212.47º | 0.37% | 0.55% | - |
| HSV(B) | 212.47º | 0.46% | 0.72% | - |
| XYZ | 22.89 | 24.29 | 48.83 | - |
| YUV | 131.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 184 | 0.46 | 0.25 | 0 | 0.28 | 212.47 | 0.37 | 0.55 |
| Hex | 63 | 8A | B8 | 2E | 19 | 0 | 1C | D4 | 25 | 37 |
| Octal | 143 | 212 | 270 | 56 | 31 | 0 | 34 | 324 | 45 | 67 |
| Binary | 1100011 | 10001010 | 10111000 | 101110 | 11001 | 0 | 11100 | 11010100 | 100101 | 110111 |
Color Harmonies of #638AB8
Complementary color
Monochromatic Colors of #638AB8
Black with #638AB8
Text Example
Text Example
White with #638AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AB8; }
p { color: rgb(99,138,184); }
H1.HeaderClassName
{
color: #638AB8;
}
.AnyTagClassName
{
color: #638AB8;
}
</style>
background-color css
<style>
a { background-color: #638AB8; }
a { background-color: rgb(99,138,184); }
div.DivClassName
{
background-color: #638AB8;
}
.BgClassName
{
background-color: #638AB8;
}
</style>
border-color css
<style>
span { border-color: #638AB8; }
span { border-color: rgb(99,138,184); }
td.TdClassName
{
border-color: #638AB8;
}
.TagClassName
{
border-color: #638AB8;
}
</style>