Shades of Danube #628DCC
Tints of Danube #628DCC
RGB
CMYK
RGB Variations
Color information
#628DCC (or 0x628DCC) is known color: Danube. HEX triplet: 62, 8D and CC. RGB value is (98,141,204). Sum of RGB (Red+Green+Blue) = 98+141+204=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #628DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DCC is #9D7233. Grayscale: #878787. Windows color (decimal): -10318388 or 13405538. OLE color: 13405538.
HSL color Cylindrical-coordinate representation of color #628DCC: hue angle of 215.66º degrees, saturation: 0.51, 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 #628DCC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 141 | 204 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.2 |
| HSL | 215.66º | 0.51% | 0.59% | - |
| HSV(B) | 215.66º | 0.52% | 0.8% | - |
| XYZ | 25.46 | 26.01 | 60.8 | - |
| YUV | 135.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 204 | 0.52 | 0.31 | 0 | 0.2 | 215.66 | 0.51 | 0.59 |
| Hex | 62 | 8D | CC | 34 | 1F | 0 | 14 | D8 | 33 | 3B |
| Octal | 142 | 215 | 314 | 64 | 37 | 0 | 24 | 330 | 63 | 73 |
| Binary | 1100010 | 10001101 | 11001100 | 110100 | 11111 | 0 | 10100 | 11011000 | 110011 | 111011 |
Color Harmonies of #628DCC
Complementary color
Monochromatic Colors of #628DCC
Black with #628DCC
Text Example
Text Example
White with #628DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DCC; }
p { color: rgb(98,141,204); }
H1.HeaderClassName
{
color: #628DCC;
}
.AnyTagClassName
{
color: #628DCC;
}
</style>
background-color css
<style>
a { background-color: #628DCC; }
a { background-color: rgb(98,141,204); }
div.DivClassName
{
background-color: #628DCC;
}
.BgClassName
{
background-color: #628DCC;
}
</style>
border-color css
<style>
span { border-color: #628DCC; }
span { border-color: rgb(98,141,204); }
td.TdClassName
{
border-color: #628DCC;
}
.TagClassName
{
border-color: #628DCC;
}
</style>