Shades of Danube #638FCF
Tints of Danube #638FCF
RGB
CMYK
RGB Variations
Color information
#638FCF (or 0x638FCF) is known color: Danube. HEX triplet: 63, 8F and CF. RGB value is (99,143,207). Sum of RGB (Red+Green+Blue) = 99+143+207=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #638FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FCF is #9C7030. Grayscale: #888888. Windows color (decimal): -10252337 or 13602659. OLE color: 13602659.
HSL color Cylindrical-coordinate representation of color #638FCF: hue angle of 215.56º 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 #638FCF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 143 | 207 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.19 |
| HSL | 215.56º | 0.53% | 0.6% | - |
| HSV(B) | 215.56º | 0.52% | 0.81% | - |
| XYZ | 26.23 | 26.8 | 62.82 | - |
| YUV | 137.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 207 | 0.52 | 0.31 | 0 | 0.19 | 215.56 | 0.53 | 0.6 |
| Hex | 63 | 8F | CF | 34 | 1F | 0 | 13 | D8 | 35 | 3C |
| Octal | 143 | 217 | 317 | 64 | 37 | 0 | 23 | 330 | 65 | 74 |
| Binary | 1100011 | 10001111 | 11001111 | 110100 | 11111 | 0 | 10011 | 11011000 | 110101 | 111100 |
Color Harmonies of #638FCF
Complementary color
Monochromatic Colors of #638FCF
Black with #638FCF
Text Example
Text Example
White with #638FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FCF; }
p { color: rgb(99,143,207); }
H1.HeaderClassName
{
color: #638FCF;
}
.AnyTagClassName
{
color: #638FCF;
}
</style>
background-color css
<style>
a { background-color: #638FCF; }
a { background-color: rgb(99,143,207); }
div.DivClassName
{
background-color: #638FCF;
}
.BgClassName
{
background-color: #638FCF;
}
</style>
border-color css
<style>
span { border-color: #638FCF; }
span { border-color: rgb(99,143,207); }
td.TdClassName
{
border-color: #638FCF;
}
.TagClassName
{
border-color: #638FCF;
}
</style>