Shades of Danube #638ABC
Tints of Danube #638ABC
RGB
CMYK
RGB Variations
Color information
#638ABC (or 0x638ABC) is known color: Danube. HEX triplet: 63, 8A and BC. RGB value is (99,138,188). Sum of RGB (Red+Green+Blue) = 99+138+188=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #638ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ABC is #9C7543. Grayscale: #838383. Windows color (decimal): -10253636 or 12356195. OLE color: 12356195.
HSL color Cylindrical-coordinate representation of color #638ABC: hue angle of 213.71º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638ABC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 138 | 188 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.26 |
| HSL | 213.71º | 0.4% | 0.56% | - |
| HSV(B) | 213.71º | 0.47% | 0.74% | - |
| XYZ | 23.31 | 24.46 | 51.07 | - |
| YUV | 132.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 188 | 0.47 | 0.27 | 0 | 0.26 | 213.71 | 0.4 | 0.56 |
| Hex | 63 | 8A | BC | 2F | 1B | 0 | 1A | D6 | 28 | 38 |
| Octal | 143 | 212 | 274 | 57 | 33 | 0 | 32 | 326 | 50 | 70 |
| Binary | 1100011 | 10001010 | 10111100 | 101111 | 11011 | 0 | 11010 | 11010110 | 101000 | 111000 |
Color Harmonies of #638ABC
Complementary color
Monochromatic Colors of #638ABC
Black with #638ABC
Text Example
Text Example
White with #638ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638ABC; }
p { color: rgb(99,138,188); }
H1.HeaderClassName
{
color: #638ABC;
}
.AnyTagClassName
{
color: #638ABC;
}
</style>
background-color css
<style>
a { background-color: #638ABC; }
a { background-color: rgb(99,138,188); }
div.DivClassName
{
background-color: #638ABC;
}
.BgClassName
{
background-color: #638ABC;
}
</style>
border-color css
<style>
span { border-color: #638ABC; }
span { border-color: rgb(99,138,188); }
td.TdClassName
{
border-color: #638ABC;
}
.TagClassName
{
border-color: #638ABC;
}
</style>