Shades of Danube #628DCB
Tints of Danube #628DCB
RGB
CMYK
RGB Variations
Color information
#628DCB (or 0x628DCB) is known color: Danube. HEX triplet: 62, 8D and CB. RGB value is (98,141,203). Sum of RGB (Red+Green+Blue) = 98+141+203=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #628DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DCB is #9D7234. Grayscale: #868686. Windows color (decimal): -10318389 or 13340002. OLE color: 13340002.
HSL color Cylindrical-coordinate representation of color #628DCB: hue angle of 215.43º degrees, saturation: 0.5, 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 #628DCB is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 141 | 203 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.20 |
| HSL | 215.43º | 0.5% | 0.59% | - |
| HSV(B) | 215.43º | 0.52% | 0.8% | - |
| XYZ | 25.34 | 25.96 | 60.17 | - |
| YUV | 135.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 203 | 0.52 | 0.31 | 0 | 0.20 | 215.43 | 0.5 | 0.59 |
| Hex | 62 | 8D | CB | 34 | 1F | 0 | 14 | D7 | 32 | 3B |
| Octal | 142 | 215 | 313 | 64 | 37 | 0 | 24 | 327 | 62 | 73 |
| Binary | 1100010 | 10001101 | 11001011 | 110100 | 11111 | 0 | 10100 | 11010111 | 110010 | 111011 |
Color Harmonies of #628DCB
Complementary color
Monochromatic Colors of #628DCB
Black with #628DCB
Text Example
Text Example
White with #628DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DCB; }
p { color: rgb(98,141,203); }
H1.HeaderClassName
{
color: #628DCB;
}
.AnyTagClassName
{
color: #628DCB;
}
</style>
background-color css
<style>
a { background-color: #628DCB; }
a { background-color: rgb(98,141,203); }
div.DivClassName
{
background-color: #628DCB;
}
.BgClassName
{
background-color: #628DCB;
}
</style>
border-color css
<style>
span { border-color: #628DCB; }
span { border-color: rgb(98,141,203); }
td.TdClassName
{
border-color: #628DCB;
}
.TagClassName
{
border-color: #628DCB;
}
</style>