Shades of Danube #638AB5
Tints of Danube #638AB5
RGB
CMYK
RGB Variations
Color information
#638AB5 (or 0x638AB5) is known color: Danube. HEX triplet: 63, 8A and B5. RGB value is (99,138,181). Sum of RGB (Red+Green+Blue) = 99+138+181=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #638AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AB5 is #9C754A. Grayscale: #838383. Windows color (decimal): -10253643 or 11897443. OLE color: 11897443.
HSL color Cylindrical-coordinate representation of color #638AB5: hue angle of 211.46º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638AB5 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 138 | 181 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.29 |
| HSL | 211.46º | 0.36% | 0.55% | - |
| HSV(B) | 211.46º | 0.45% | 0.71% | - |
| XYZ | 22.57 | 24.17 | 47.19 | - |
| YUV | 131.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 181 | 0.45 | 0.24 | 0 | 0.29 | 211.46 | 0.36 | 0.55 |
| Hex | 63 | 8A | B5 | 2D | 18 | 0 | 1D | D3 | 24 | 37 |
| Octal | 143 | 212 | 265 | 55 | 30 | 0 | 35 | 323 | 44 | 67 |
| Binary | 1100011 | 10001010 | 10110101 | 101101 | 11000 | 0 | 11101 | 11010011 | 100100 | 110111 |
Color Harmonies of #638AB5
Complementary color
Monochromatic Colors of #638AB5
Black with #638AB5
Text Example
Text Example
White with #638AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AB5; }
p { color: rgb(99,138,181); }
H1.HeaderClassName
{
color: #638AB5;
}
.AnyTagClassName
{
color: #638AB5;
}
</style>
background-color css
<style>
a { background-color: #638AB5; }
a { background-color: rgb(99,138,181); }
div.DivClassName
{
background-color: #638AB5;
}
.BgClassName
{
background-color: #638AB5;
}
</style>
border-color css
<style>
span { border-color: #638AB5; }
span { border-color: rgb(99,138,181); }
td.TdClassName
{
border-color: #638AB5;
}
.TagClassName
{
border-color: #638AB5;
}
</style>