Shades of Danube #638ACF
Tints of Danube #638ACF
RGB
CMYK
RGB Variations
Color information
#638ACF (or 0x638ACF) is known color: Danube. HEX triplet: 63, 8A and CF. RGB value is (99,138,207). Sum of RGB (Red+Green+Blue) = 99+138+207=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #638ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ACF is #9C7530. Grayscale: #858585. Windows color (decimal): -10253617 or 13601379. OLE color: 13601379.
HSL color Cylindrical-coordinate representation of color #638ACF: hue angle of 218.33º 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 #638ACF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 138 | 207 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.19 |
| HSL | 218.33º | 0.53% | 0.6% | - |
| HSV(B) | 218.33º | 0.52% | 0.81% | - |
| XYZ | 25.5 | 25.33 | 62.58 | - |
| YUV | 134.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 207 | 0.52 | 0.33 | 0 | 0.19 | 218.33 | 0.53 | 0.6 |
| Hex | 63 | 8A | CF | 34 | 21 | 0 | 13 | DA | 35 | 3C |
| Octal | 143 | 212 | 317 | 64 | 41 | 0 | 23 | 332 | 65 | 74 |
| Binary | 1100011 | 10001010 | 11001111 | 110100 | 100001 | 0 | 10011 | 11011010 | 110101 | 111100 |
Color Harmonies of #638ACF
Complementary color
Monochromatic Colors of #638ACF
Black with #638ACF
Text Example
Text Example
White with #638ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638ACF; }
p { color: rgb(99,138,207); }
H1.HeaderClassName
{
color: #638ACF;
}
.AnyTagClassName
{
color: #638ACF;
}
</style>
background-color css
<style>
a { background-color: #638ACF; }
a { background-color: rgb(99,138,207); }
div.DivClassName
{
background-color: #638ACF;
}
.BgClassName
{
background-color: #638ACF;
}
</style>
border-color css
<style>
span { border-color: #638ACF; }
span { border-color: rgb(99,138,207); }
td.TdClassName
{
border-color: #638ACF;
}
.TagClassName
{
border-color: #638ACF;
}
</style>