Shades of Danube #628ECD
Tints of Danube #628ECD
RGB
CMYK
RGB Variations
Color information
#628ECD (or 0x628ECD) is known color: Danube. HEX triplet: 62, 8E and CD. RGB value is (98,142,205). Sum of RGB (Red+Green+Blue) = 98+142+205=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #628ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ECD is #9D7132. Grayscale: #878787. Windows color (decimal): -10318131 or 13471330. OLE color: 13471330.
HSL color Cylindrical-coordinate representation of color #628ECD: hue angle of 215.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628ECD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 142 | 205 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.20 |
| HSL | 215.33º | 0.52% | 0.59% | - |
| HSV(B) | 215.33º | 0.52% | 0.8% | - |
| XYZ | 25.73 | 26.35 | 61.49 | - |
| YUV | 136.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 205 | 0.52 | 0.31 | 0 | 0.20 | 215.33 | 0.52 | 0.59 |
| Hex | 62 | 8E | CD | 34 | 1F | 0 | 14 | D7 | 34 | 3B |
| Octal | 142 | 216 | 315 | 64 | 37 | 0 | 24 | 327 | 64 | 73 |
| Binary | 1100010 | 10001110 | 11001101 | 110100 | 11111 | 0 | 10100 | 11010111 | 110100 | 111011 |
Color Harmonies of #628ECD
Complementary color
Monochromatic Colors of #628ECD
Black with #628ECD
Text Example
Text Example
White with #628ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ECD; }
p { color: rgb(98,142,205); }
H1.HeaderClassName
{
color: #628ECD;
}
.AnyTagClassName
{
color: #628ECD;
}
</style>
background-color css
<style>
a { background-color: #628ECD; }
a { background-color: rgb(98,142,205); }
div.DivClassName
{
background-color: #628ECD;
}
.BgClassName
{
background-color: #628ECD;
}
</style>
border-color css
<style>
span { border-color: #628ECD; }
span { border-color: rgb(98,142,205); }
td.TdClassName
{
border-color: #628ECD;
}
.TagClassName
{
border-color: #628ECD;
}
</style>