Shades of Danube #638BCF
Tints of Danube #638BCF
RGB
CMYK
RGB Variations
Color information
#638BCF (or 0x638BCF) is known color: Danube. HEX triplet: 63, 8B and CF. RGB value is (99,139,207). Sum of RGB (Red+Green+Blue) = 99+139+207=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #638BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BCF is #9C7430. Grayscale: #868686. Windows color (decimal): -10253361 or 13601635. OLE color: 13601635.
HSL color Cylindrical-coordinate representation of color #638BCF: hue angle of 217.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638BCF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 139 | 207 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.19 |
| HSL | 217.78º | 0.53% | 0.6% | - |
| HSV(B) | 217.78º | 0.52% | 0.81% | - |
| XYZ | 25.64 | 25.62 | 62.63 | - |
| YUV | 134.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 207 | 0.52 | 0.33 | 0 | 0.19 | 217.78 | 0.53 | 0.6 |
| Hex | 63 | 8B | CF | 34 | 21 | 0 | 13 | DA | 35 | 3C |
| Octal | 143 | 213 | 317 | 64 | 41 | 0 | 23 | 332 | 65 | 74 |
| Binary | 1100011 | 10001011 | 11001111 | 110100 | 100001 | 0 | 10011 | 11011010 | 110101 | 111100 |
Color Harmonies of #638BCF
Complementary color
Monochromatic Colors of #638BCF
Black with #638BCF
Text Example
Text Example
White with #638BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BCF; }
p { color: rgb(99,139,207); }
H1.HeaderClassName
{
color: #638BCF;
}
.AnyTagClassName
{
color: #638BCF;
}
</style>
background-color css
<style>
a { background-color: #638BCF; }
a { background-color: rgb(99,139,207); }
div.DivClassName
{
background-color: #638BCF;
}
.BgClassName
{
background-color: #638BCF;
}
</style>
border-color css
<style>
span { border-color: #638BCF; }
span { border-color: rgb(99,139,207); }
td.TdClassName
{
border-color: #638BCF;
}
.TagClassName
{
border-color: #638BCF;
}
</style>