Shades of Danube #628EBE
Tints of Danube #628EBE
RGB
CMYK
RGB Variations
Color information
#628EBE (or 0x628EBE) is known color: Danube. HEX triplet: 62, 8E and BE. RGB value is (98,142,190). Sum of RGB (Red+Green+Blue) = 98+142+190=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #628EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EBE is #9D7141. Grayscale: #868686. Windows color (decimal): -10318146 or 12488290. OLE color: 12488290.
HSL color Cylindrical-coordinate representation of color #628EBE: hue angle of 211.3º 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 #628EBE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 142 | 190 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.25 |
| HSL | 211.3º | 0.41% | 0.56% | - |
| HSV(B) | 211.3º | 0.48% | 0.75% | - |
| XYZ | 24 | 25.66 | 52.4 | - |
| YUV | 134.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 190 | 0.48 | 0.25 | 0 | 0.25 | 211.3 | 0.41 | 0.56 |
| Hex | 62 | 8E | BE | 30 | 19 | 0 | 19 | D3 | 29 | 38 |
| Octal | 142 | 216 | 276 | 60 | 31 | 0 | 31 | 323 | 51 | 70 |
| Binary | 1100010 | 10001110 | 10111110 | 110000 | 11001 | 0 | 11001 | 11010011 | 101001 | 111000 |
Color Harmonies of #628EBE
Complementary color
Monochromatic Colors of #628EBE
Black with #628EBE
Text Example
Text Example
White with #628EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EBE; }
p { color: rgb(98,142,190); }
H1.HeaderClassName
{
color: #628EBE;
}
.AnyTagClassName
{
color: #628EBE;
}
</style>
background-color css
<style>
a { background-color: #628EBE; }
a { background-color: rgb(98,142,190); }
div.DivClassName
{
background-color: #628EBE;
}
.BgClassName
{
background-color: #628EBE;
}
</style>
border-color css
<style>
span { border-color: #628EBE; }
span { border-color: rgb(98,142,190); }
td.TdClassName
{
border-color: #628EBE;
}
.TagClassName
{
border-color: #628EBE;
}
</style>