Shades of Danube #638CB8
Tints of Danube #638CB8
RGB
CMYK
RGB Variations
Color information
#638CB8 (or 0x638CB8) is known color: Danube. HEX triplet: 63, 8C and B8. RGB value is (99,140,184). Sum of RGB (Red+Green+Blue) = 99+140+184=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #638CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CB8 is #9C7347. Grayscale: #848484. Windows color (decimal): -10253128 or 12094563. OLE color: 12094563.
HSL color Cylindrical-coordinate representation of color #638CB8: hue angle of 211.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638CB8 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 140 | 184 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.28 |
| HSL | 211.06º | 0.37% | 0.55% | - |
| HSV(B) | 211.06º | 0.46% | 0.72% | - |
| XYZ | 23.18 | 24.87 | 48.93 | - |
| YUV | 132.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 184 | 0.46 | 0.24 | 0 | 0.28 | 211.06 | 0.37 | 0.55 |
| Hex | 63 | 8C | B8 | 2E | 18 | 0 | 1C | D3 | 25 | 37 |
| Octal | 143 | 214 | 270 | 56 | 30 | 0 | 34 | 323 | 45 | 67 |
| Binary | 1100011 | 10001100 | 10111000 | 101110 | 11000 | 0 | 11100 | 11010011 | 100101 | 110111 |
Color Harmonies of #638CB8
Complementary color
Monochromatic Colors of #638CB8
Black with #638CB8
Text Example
Text Example
White with #638CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CB8; }
p { color: rgb(99,140,184); }
H1.HeaderClassName
{
color: #638CB8;
}
.AnyTagClassName
{
color: #638CB8;
}
</style>
background-color css
<style>
a { background-color: #638CB8; }
a { background-color: rgb(99,140,184); }
div.DivClassName
{
background-color: #638CB8;
}
.BgClassName
{
background-color: #638CB8;
}
</style>
border-color css
<style>
span { border-color: #638CB8; }
span { border-color: rgb(99,140,184); }
td.TdClassName
{
border-color: #638CB8;
}
.TagClassName
{
border-color: #638CB8;
}
</style>