Shades of Danube #628ECE
Tints of Danube #628ECE
RGB
CMYK
RGB Variations
Color information
#628ECE (or 0x628ECE) is known color: Danube. HEX triplet: 62, 8E and CE. RGB value is (98,142,206). Sum of RGB (Red+Green+Blue) = 98+142+206=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #628ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ECE is #9D7131. Grayscale: #878787. Windows color (decimal): -10318130 or 13536866. OLE color: 13536866.
HSL color Cylindrical-coordinate representation of color #628ECE: hue angle of 215.56º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628ECE is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 142 | 206 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.19 |
| HSL | 215.56º | 0.52% | 0.6% | - |
| HSV(B) | 215.56º | 0.52% | 0.81% | - |
| XYZ | 25.85 | 26.4 | 62.13 | - |
| YUV | 136.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 206 | 0.52 | 0.31 | 0 | 0.19 | 215.56 | 0.52 | 0.6 |
| Hex | 62 | 8E | CE | 34 | 1F | 0 | 13 | D8 | 34 | 3C |
| Octal | 142 | 216 | 316 | 64 | 37 | 0 | 23 | 330 | 64 | 74 |
| Binary | 1100010 | 10001110 | 11001110 | 110100 | 11111 | 0 | 10011 | 11011000 | 110100 | 111100 |
Color Harmonies of #628ECE
Complementary color
Monochromatic Colors of #628ECE
Black with #628ECE
Text Example
Text Example
White with #628ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ECE; }
p { color: rgb(98,142,206); }
H1.HeaderClassName
{
color: #628ECE;
}
.AnyTagClassName
{
color: #628ECE;
}
</style>
background-color css
<style>
a { background-color: #628ECE; }
a { background-color: rgb(98,142,206); }
div.DivClassName
{
background-color: #628ECE;
}
.BgClassName
{
background-color: #628ECE;
}
</style>
border-color css
<style>
span { border-color: #628ECE; }
span { border-color: rgb(98,142,206); }
td.TdClassName
{
border-color: #628ECE;
}
.TagClassName
{
border-color: #628ECE;
}
</style>