Shades of Danube #628FCD
Tints of Danube #628FCD
RGB
CMYK
RGB Variations
Color information
#628FCD (or 0x628FCD) is known color: Danube. HEX triplet: 62, 8F and CD. RGB value is (98,143,205). Sum of RGB (Red+Green+Blue) = 98+143+205=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #628FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628FCD is #9D7032. Grayscale: #888888. Windows color (decimal): -10317875 or 13471586. OLE color: 13471586.
HSL color Cylindrical-coordinate representation of color #628FCD: hue angle of 214.77º 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 #628FCD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 143 | 205 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.20 |
| HSL | 214.77º | 0.52% | 0.59% | - |
| HSV(B) | 214.77º | 0.52% | 0.8% | - |
| XYZ | 25.88 | 26.65 | 61.54 | - |
| YUV | 136.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 205 | 0.52 | 0.30 | 0 | 0.20 | 214.77 | 0.52 | 0.59 |
| Hex | 62 | 8F | CD | 34 | 1E | 0 | 14 | D7 | 34 | 3B |
| Octal | 142 | 217 | 315 | 64 | 36 | 0 | 24 | 327 | 64 | 73 |
| Binary | 1100010 | 10001111 | 11001101 | 110100 | 11110 | 0 | 10100 | 11010111 | 110100 | 111011 |
Color Harmonies of #628FCD
Complementary color
Monochromatic Colors of #628FCD
Black with #628FCD
Text Example
Text Example
White with #628FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FCD; }
p { color: rgb(98,143,205); }
H1.HeaderClassName
{
color: #628FCD;
}
.AnyTagClassName
{
color: #628FCD;
}
</style>
background-color css
<style>
a { background-color: #628FCD; }
a { background-color: rgb(98,143,205); }
div.DivClassName
{
background-color: #628FCD;
}
.BgClassName
{
background-color: #628FCD;
}
</style>
border-color css
<style>
span { border-color: #628FCD; }
span { border-color: rgb(98,143,205); }
td.TdClassName
{
border-color: #628FCD;
}
.TagClassName
{
border-color: #628FCD;
}
</style>