Shades of Danube #638FCC
Tints of Danube #638FCC
RGB
CMYK
RGB Variations
Color information
#638FCC (or 0x638FCC) is known color: Danube. HEX triplet: 63, 8F and CC. RGB value is (99,143,204). Sum of RGB (Red+Green+Blue) = 99+143+204=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #638FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FCC is #9C7033. Grayscale: #888888. Windows color (decimal): -10252340 or 13406051. OLE color: 13406051.
HSL color Cylindrical-coordinate representation of color #638FCC: hue angle of 214.86º 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 #638FCC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 143 | 204 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.2 |
| HSL | 214.86º | 0.51% | 0.59% | - |
| HSV(B) | 214.86º | 0.51% | 0.8% | - |
| XYZ | 25.87 | 26.66 | 60.91 | - |
| YUV | 136.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 204 | 0.51 | 0.30 | 0 | 0.2 | 214.86 | 0.51 | 0.59 |
| Hex | 63 | 8F | CC | 33 | 1E | 0 | 14 | D7 | 33 | 3B |
| Octal | 143 | 217 | 314 | 63 | 36 | 0 | 24 | 327 | 63 | 73 |
| Binary | 1100011 | 10001111 | 11001100 | 110011 | 11110 | 0 | 10100 | 11010111 | 110011 | 111011 |
Color Harmonies of #638FCC
Complementary color
Monochromatic Colors of #638FCC
Black with #638FCC
Text Example
Text Example
White with #638FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FCC; }
p { color: rgb(99,143,204); }
H1.HeaderClassName
{
color: #638FCC;
}
.AnyTagClassName
{
color: #638FCC;
}
</style>
background-color css
<style>
a { background-color: #638FCC; }
a { background-color: rgb(99,143,204); }
div.DivClassName
{
background-color: #638FCC;
}
.BgClassName
{
background-color: #638FCC;
}
</style>
border-color css
<style>
span { border-color: #638FCC; }
span { border-color: rgb(99,143,204); }
td.TdClassName
{
border-color: #638FCC;
}
.TagClassName
{
border-color: #638FCC;
}
</style>