Shades of Danube #638BC2
Tints of Danube #638BC2
RGB
CMYK
RGB Variations
Color information
#638BC2 (or 0x638BC2) is known color: Danube. HEX triplet: 63, 8B and C2. RGB value is (99,139,194). Sum of RGB (Red+Green+Blue) = 99+139+194=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #638BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BC2 is #9C743D. Grayscale: #858585. Windows color (decimal): -10253374 or 12749667. OLE color: 12749667.
HSL color Cylindrical-coordinate representation of color #638BC2: hue angle of 214.74º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638BC2 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 139 | 194 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.24 |
| HSL | 214.74º | 0.44% | 0.57% | - |
| HSV(B) | 214.74º | 0.49% | 0.76% | - |
| XYZ | 24.12 | 25.01 | 54.6 | - |
| YUV | 133.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 194 | 0.49 | 0.28 | 0 | 0.24 | 214.74 | 0.44 | 0.57 |
| Hex | 63 | 8B | C2 | 31 | 1C | 0 | 18 | D7 | 2C | 39 |
| Octal | 143 | 213 | 302 | 61 | 34 | 0 | 30 | 327 | 54 | 71 |
| Binary | 1100011 | 10001011 | 11000010 | 110001 | 11100 | 0 | 11000 | 11010111 | 101100 | 111001 |
Color Harmonies of #638BC2
Complementary color
Monochromatic Colors of #638BC2
Black with #638BC2
Text Example
Text Example
White with #638BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BC2; }
p { color: rgb(99,139,194); }
H1.HeaderClassName
{
color: #638BC2;
}
.AnyTagClassName
{
color: #638BC2;
}
</style>
background-color css
<style>
a { background-color: #638BC2; }
a { background-color: rgb(99,139,194); }
div.DivClassName
{
background-color: #638BC2;
}
.BgClassName
{
background-color: #638BC2;
}
</style>
border-color css
<style>
span { border-color: #638BC2; }
span { border-color: rgb(99,139,194); }
td.TdClassName
{
border-color: #638BC2;
}
.TagClassName
{
border-color: #638BC2;
}
</style>