Shades of Danube #628FB8
Tints of Danube #628FB8
RGB
CMYK
RGB Variations
Color information
#628FB8 (or 0x628FB8) is known color: Danube. HEX triplet: 62, 8F and B8. RGB value is (98,143,184). Sum of RGB (Red+Green+Blue) = 98+143+184=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #628FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FB8 is #9D7047. Grayscale: #868686. Windows color (decimal): -10317896 or 12095330. OLE color: 12095330.
HSL color Cylindrical-coordinate representation of color #628FB8: hue angle of 208.6º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628FB8 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 143 | 184 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.28 |
| HSL | 208.6º | 0.38% | 0.55% | - |
| HSV(B) | 208.6º | 0.47% | 0.72% | - |
| XYZ | 23.51 | 25.7 | 49.07 | - |
| YUV | 134.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 184 | 0.47 | 0.22 | 0 | 0.28 | 208.6 | 0.38 | 0.55 |
| Hex | 62 | 8F | B8 | 2F | 16 | 0 | 1C | D1 | 26 | 37 |
| Octal | 142 | 217 | 270 | 57 | 26 | 0 | 34 | 321 | 46 | 67 |
| Binary | 1100010 | 10001111 | 10111000 | 101111 | 10110 | 0 | 11100 | 11010001 | 100110 | 110111 |
Color Harmonies of #628FB8
Complementary color
Monochromatic Colors of #628FB8
Black with #628FB8
Text Example
Text Example
White with #628FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FB8; }
p { color: rgb(98,143,184); }
H1.HeaderClassName
{
color: #628FB8;
}
.AnyTagClassName
{
color: #628FB8;
}
</style>
background-color css
<style>
a { background-color: #628FB8; }
a { background-color: rgb(98,143,184); }
div.DivClassName
{
background-color: #628FB8;
}
.BgClassName
{
background-color: #628FB8;
}
</style>
border-color css
<style>
span { border-color: #628FB8; }
span { border-color: rgb(98,143,184); }
td.TdClassName
{
border-color: #628FB8;
}
.TagClassName
{
border-color: #628FB8;
}
</style>