Shades of Danube #628EBA
Tints of Danube #628EBA
RGB
CMYK
RGB Variations
Color information
#628EBA (or 0x628EBA) is known color: Danube. HEX triplet: 62, 8E and BA. RGB value is (98,142,186). Sum of RGB (Red+Green+Blue) = 98+142+186=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #628EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EBA is #9D7145. Grayscale: #858585. Windows color (decimal): -10318150 or 12226146. OLE color: 12226146.
HSL color Cylindrical-coordinate representation of color #628EBA: hue angle of 210º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628EBA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 142 | 186 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.27 |
| HSL | 210º | 0.39% | 0.56% | - |
| HSV(B) | 210º | 0.47% | 0.73% | - |
| XYZ | 23.57 | 25.49 | 50.13 | - |
| YUV | 133.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 186 | 0.47 | 0.24 | 0 | 0.27 | 210 | 0.39 | 0.56 |
| Hex | 62 | 8E | BA | 2F | 18 | 0 | 1B | D2 | 27 | 38 |
| Octal | 142 | 216 | 272 | 57 | 30 | 0 | 33 | 322 | 47 | 70 |
| Binary | 1100010 | 10001110 | 10111010 | 101111 | 11000 | 0 | 11011 | 11010010 | 100111 | 111000 |
Color Harmonies of #628EBA
Complementary color
Monochromatic Colors of #628EBA
Black with #628EBA
Text Example
Text Example
White with #628EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628EBA; }
p { color: rgb(98,142,186); }
H1.HeaderClassName
{
color: #628EBA;
}
.AnyTagClassName
{
color: #628EBA;
}
</style>
background-color css
<style>
a { background-color: #628EBA; }
a { background-color: rgb(98,142,186); }
div.DivClassName
{
background-color: #628EBA;
}
.BgClassName
{
background-color: #628EBA;
}
</style>
border-color css
<style>
span { border-color: #628EBA; }
span { border-color: rgb(98,142,186); }
td.TdClassName
{
border-color: #628EBA;
}
.TagClassName
{
border-color: #628EBA;
}
</style>