Shades of Danube #638ECC
Tints of Danube #638ECC
RGB
CMYK
RGB Variations
Color information
#638ECC (or 0x638ECC) is known color: Danube. HEX triplet: 63, 8E and CC. RGB value is (99,142,204). Sum of RGB (Red+Green+Blue) = 99+142+204=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #638ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ECC is #9C7133. Grayscale: #878787. Windows color (decimal): -10252596 or 13405795. OLE color: 13405795.
HSL color Cylindrical-coordinate representation of color #638ECC: hue angle of 215.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #638ECC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 142 | 204 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.2 |
| HSL | 215.43º | 0.51% | 0.59% | - |
| HSV(B) | 215.43º | 0.51% | 0.8% | - |
| XYZ | 25.72 | 26.36 | 60.86 | - |
| YUV | 136.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 204 | 0.51 | 0.30 | 0 | 0.2 | 215.43 | 0.51 | 0.59 |
| Hex | 63 | 8E | CC | 33 | 1E | 0 | 14 | D7 | 33 | 3B |
| Octal | 143 | 216 | 314 | 63 | 36 | 0 | 24 | 327 | 63 | 73 |
| Binary | 1100011 | 10001110 | 11001100 | 110011 | 11110 | 0 | 10100 | 11010111 | 110011 | 111011 |
Color Harmonies of #638ECC
Complementary color
Monochromatic Colors of #638ECC
Black with #638ECC
Text Example
Text Example
White with #638ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638ECC; }
p { color: rgb(99,142,204); }
H1.HeaderClassName
{
color: #638ECC;
}
.AnyTagClassName
{
color: #638ECC;
}
</style>
background-color css
<style>
a { background-color: #638ECC; }
a { background-color: rgb(99,142,204); }
div.DivClassName
{
background-color: #638ECC;
}
.BgClassName
{
background-color: #638ECC;
}
</style>
border-color css
<style>
span { border-color: #638ECC; }
span { border-color: rgb(99,142,204); }
td.TdClassName
{
border-color: #638ECC;
}
.TagClassName
{
border-color: #638ECC;
}
</style>