Shades of Danube #638FB8
Tints of Danube #638FB8
RGB
CMYK
RGB Variations
Color information
#638FB8 (or 0x638FB8) is known color: Danube. HEX triplet: 63, 8F and B8. RGB value is (99,143,184). Sum of RGB (Red+Green+Blue) = 99+143+184=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #638FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FB8 is #9C7047. Grayscale: #868686. Windows color (decimal): -10252360 or 12095331. OLE color: 12095331.
HSL color Cylindrical-coordinate representation of color #638FB8: hue angle of 208.94º 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 #638FB8 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 143 | 184 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.28 |
| HSL | 208.94º | 0.37% | 0.55% | - |
| HSV(B) | 208.94º | 0.46% | 0.72% | - |
| XYZ | 23.62 | 25.76 | 49.07 | - |
| YUV | 134.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 184 | 0.46 | 0.22 | 0 | 0.28 | 208.94 | 0.37 | 0.55 |
| Hex | 63 | 8F | B8 | 2E | 16 | 0 | 1C | D1 | 25 | 37 |
| Octal | 143 | 217 | 270 | 56 | 26 | 0 | 34 | 321 | 45 | 67 |
| Binary | 1100011 | 10001111 | 10111000 | 101110 | 10110 | 0 | 11100 | 11010001 | 100101 | 110111 |
Color Harmonies of #638FB8
Complementary color
Monochromatic Colors of #638FB8
Black with #638FB8
Text Example
Text Example
White with #638FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FB8; }
p { color: rgb(99,143,184); }
H1.HeaderClassName
{
color: #638FB8;
}
.AnyTagClassName
{
color: #638FB8;
}
</style>
background-color css
<style>
a { background-color: #638FB8; }
a { background-color: rgb(99,143,184); }
div.DivClassName
{
background-color: #638FB8;
}
.BgClassName
{
background-color: #638FB8;
}
</style>
border-color css
<style>
span { border-color: #638FB8; }
span { border-color: rgb(99,143,184); }
td.TdClassName
{
border-color: #638FB8;
}
.TagClassName
{
border-color: #638FB8;
}
</style>