Shades of Danube #638BCB
Tints of Danube #638BCB
RGB
CMYK
RGB Variations
Color information
#638BCB (or 0x638BCB) is known color: Danube. HEX triplet: 63, 8B and CB. RGB value is (99,139,203). Sum of RGB (Red+Green+Blue) = 99+139+203=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #638BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BCB is #9C7434. Grayscale: #868686. Windows color (decimal): -10253365 or 13339491. OLE color: 13339491.
HSL color Cylindrical-coordinate representation of color #638BCB: hue angle of 216.92º degrees, saturation: 0.5, 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 #638BCB is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 139 | 203 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.20 |
| HSL | 216.92º | 0.5% | 0.59% | - |
| HSV(B) | 216.92º | 0.51% | 0.8% | - |
| XYZ | 25.16 | 25.43 | 60.08 | - |
| YUV | 134.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 203 | 0.51 | 0.32 | 0 | 0.20 | 216.92 | 0.5 | 0.59 |
| Hex | 63 | 8B | CB | 33 | 20 | 0 | 14 | D9 | 32 | 3B |
| Octal | 143 | 213 | 313 | 63 | 40 | 0 | 24 | 331 | 62 | 73 |
| Binary | 1100011 | 10001011 | 11001011 | 110011 | 100000 | 0 | 10100 | 11011001 | 110010 | 111011 |
Color Harmonies of #638BCB
Complementary color
Monochromatic Colors of #638BCB
Black with #638BCB
Text Example
Text Example
White with #638BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BCB; }
p { color: rgb(99,139,203); }
H1.HeaderClassName
{
color: #638BCB;
}
.AnyTagClassName
{
color: #638BCB;
}
</style>
background-color css
<style>
a { background-color: #638BCB; }
a { background-color: rgb(99,139,203); }
div.DivClassName
{
background-color: #638BCB;
}
.BgClassName
{
background-color: #638BCB;
}
</style>
border-color css
<style>
span { border-color: #638BCB; }
span { border-color: rgb(99,139,203); }
td.TdClassName
{
border-color: #638BCB;
}
.TagClassName
{
border-color: #638BCB;
}
</style>