Shades of Danube #628DBE
Tints of Danube #628DBE
RGB
CMYK
RGB Variations
Color information
#628DBE (or 0x628DBE) is known color: Danube. HEX triplet: 62, 8D and BE. RGB value is (98,141,190). Sum of RGB (Red+Green+Blue) = 98+141+190=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #628DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DBE is #9D7241. Grayscale: #858585. Windows color (decimal): -10318402 or 12488034. OLE color: 12488034.
HSL color Cylindrical-coordinate representation of color #628DBE: hue angle of 211.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628DBE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 141 | 190 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.25 |
| HSL | 211.96º | 0.41% | 0.56% | - |
| HSV(B) | 211.96º | 0.48% | 0.75% | - |
| XYZ | 23.86 | 25.36 | 52.35 | - |
| YUV | 133.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 190 | 0.48 | 0.26 | 0 | 0.25 | 211.96 | 0.41 | 0.56 |
| Hex | 62 | 8D | BE | 30 | 1A | 0 | 19 | D4 | 29 | 38 |
| Octal | 142 | 215 | 276 | 60 | 32 | 0 | 31 | 324 | 51 | 70 |
| Binary | 1100010 | 10001101 | 10111110 | 110000 | 11010 | 0 | 11001 | 11010100 | 101001 | 111000 |
Color Harmonies of #628DBE
Complementary color
Monochromatic Colors of #628DBE
Black with #628DBE
Text Example
Text Example
White with #628DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DBE; }
p { color: rgb(98,141,190); }
H1.HeaderClassName
{
color: #628DBE;
}
.AnyTagClassName
{
color: #628DBE;
}
</style>
background-color css
<style>
a { background-color: #628DBE; }
a { background-color: rgb(98,141,190); }
div.DivClassName
{
background-color: #628DBE;
}
.BgClassName
{
background-color: #628DBE;
}
</style>
border-color css
<style>
span { border-color: #628DBE; }
span { border-color: rgb(98,141,190); }
td.TdClassName
{
border-color: #628DBE;
}
.TagClassName
{
border-color: #628DBE;
}
</style>