Shades of Danube #628DBF
Tints of Danube #628DBF
RGB
CMYK
RGB Variations
Color information
#628DBF (or 0x628DBF) is known color: Danube. HEX triplet: 62, 8D and BF. RGB value is (98,141,191). Sum of RGB (Red+Green+Blue) = 98+141+191=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #628DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DBF is #9D7240. Grayscale: #858585. Windows color (decimal): -10318401 or 12553570. OLE color: 12553570.
HSL color Cylindrical-coordinate representation of color #628DBF: hue angle of 212.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628DBF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 141 | 191 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.25 |
| HSL | 212.26º | 0.42% | 0.57% | - |
| HSV(B) | 212.26º | 0.49% | 0.75% | - |
| XYZ | 23.97 | 25.41 | 52.93 | - |
| YUV | 133.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 191 | 0.49 | 0.26 | 0 | 0.25 | 212.26 | 0.42 | 0.57 |
| Hex | 62 | 8D | BF | 31 | 1A | 0 | 19 | D4 | 2A | 39 |
| Octal | 142 | 215 | 277 | 61 | 32 | 0 | 31 | 324 | 52 | 71 |
| Binary | 1100010 | 10001101 | 10111111 | 110001 | 11010 | 0 | 11001 | 11010100 | 101010 | 111001 |
Color Harmonies of #628DBF
Complementary color
Monochromatic Colors of #628DBF
Black with #628DBF
Text Example
Text Example
White with #628DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DBF; }
p { color: rgb(98,141,191); }
H1.HeaderClassName
{
color: #628DBF;
}
.AnyTagClassName
{
color: #628DBF;
}
</style>
background-color css
<style>
a { background-color: #628DBF; }
a { background-color: rgb(98,141,191); }
div.DivClassName
{
background-color: #628DBF;
}
.BgClassName
{
background-color: #628DBF;
}
</style>
border-color css
<style>
span { border-color: #628DBF; }
span { border-color: rgb(98,141,191); }
td.TdClassName
{
border-color: #628DBF;
}
.TagClassName
{
border-color: #628DBF;
}
</style>