Shades of Danube #628DB9
Tints of Danube #628DB9
RGB
CMYK
RGB Variations
Color information
#628DB9 (or 0x628DB9) is known color: Danube. HEX triplet: 62, 8D and B9. RGB value is (98,141,185). Sum of RGB (Red+Green+Blue) = 98+141+185=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #628DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DB9 is #9D7246. Grayscale: #848484. Windows color (decimal): -10318407 or 12160354. OLE color: 12160354.
HSL color Cylindrical-coordinate representation of color #628DB9: hue angle of 210.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628DB9 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 141 | 185 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.27 |
| HSL | 210.34º | 0.38% | 0.55% | - |
| HSV(B) | 210.34º | 0.47% | 0.73% | - |
| XYZ | 23.32 | 25.15 | 49.52 | - |
| YUV | 133.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 185 | 0.47 | 0.24 | 0 | 0.27 | 210.34 | 0.38 | 0.55 |
| Hex | 62 | 8D | B9 | 2F | 18 | 0 | 1B | D2 | 26 | 37 |
| Octal | 142 | 215 | 271 | 57 | 30 | 0 | 33 | 322 | 46 | 67 |
| Binary | 1100010 | 10001101 | 10111001 | 101111 | 11000 | 0 | 11011 | 11010010 | 100110 | 110111 |
Color Harmonies of #628DB9
Complementary color
Monochromatic Colors of #628DB9
Black with #628DB9
Text Example
Text Example
White with #628DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DB9; }
p { color: rgb(98,141,185); }
H1.HeaderClassName
{
color: #628DB9;
}
.AnyTagClassName
{
color: #628DB9;
}
</style>
background-color css
<style>
a { background-color: #628DB9; }
a { background-color: rgb(98,141,185); }
div.DivClassName
{
background-color: #628DB9;
}
.BgClassName
{
background-color: #628DB9;
}
</style>
border-color css
<style>
span { border-color: #628DB9; }
span { border-color: rgb(98,141,185); }
td.TdClassName
{
border-color: #628DB9;
}
.TagClassName
{
border-color: #628DB9;
}
</style>