Shades of Danube #638FBD
Tints of Danube #638FBD
RGB
CMYK
RGB Variations
Color information
#638FBD (or 0x638FBD) is known color: Danube. HEX triplet: 63, 8F and BD. RGB value is (99,143,189). Sum of RGB (Red+Green+Blue) = 99+143+189=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #638FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FBD is #9C7042. Grayscale: #868686. Windows color (decimal): -10252355 or 12423011. OLE color: 12423011.
HSL color Cylindrical-coordinate representation of color #638FBD: hue angle of 210.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638FBD is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 143 | 189 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.26 |
| HSL | 210.67º | 0.41% | 0.56% | - |
| HSV(B) | 210.67º | 0.48% | 0.74% | - |
| XYZ | 24.15 | 25.97 | 51.88 | - |
| YUV | 135.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 189 | 0.48 | 0.24 | 0 | 0.26 | 210.67 | 0.41 | 0.56 |
| Hex | 63 | 8F | BD | 30 | 18 | 0 | 1A | D3 | 29 | 38 |
| Octal | 143 | 217 | 275 | 60 | 30 | 0 | 32 | 323 | 51 | 70 |
| Binary | 1100011 | 10001111 | 10111101 | 110000 | 11000 | 0 | 11010 | 11010011 | 101001 | 111000 |
Color Harmonies of #638FBD
Complementary color
Monochromatic Colors of #638FBD
Black with #638FBD
Text Example
Text Example
White with #638FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FBD; }
p { color: rgb(99,143,189); }
H1.HeaderClassName
{
color: #638FBD;
}
.AnyTagClassName
{
color: #638FBD;
}
</style>
background-color css
<style>
a { background-color: #638FBD; }
a { background-color: rgb(99,143,189); }
div.DivClassName
{
background-color: #638FBD;
}
.BgClassName
{
background-color: #638FBD;
}
</style>
border-color css
<style>
span { border-color: #638FBD; }
span { border-color: rgb(99,143,189); }
td.TdClassName
{
border-color: #638FBD;
}
.TagClassName
{
border-color: #638FBD;
}
</style>