Shades of Danube #628ACC
Tints of Danube #628ACC
RGB
CMYK
RGB Variations
Color information
#628ACC (or 0x628ACC) is known color: Danube. HEX triplet: 62, 8A and CC. RGB value is (98,138,204). Sum of RGB (Red+Green+Blue) = 98+138+204=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #628ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ACC is #9D7533. Grayscale: #858585. Windows color (decimal): -10319156 or 13404770. OLE color: 13404770.
HSL color Cylindrical-coordinate representation of color #628ACC: hue angle of 217.36º 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 #628ACC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 138 | 204 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.2 |
| HSL | 217.36º | 0.51% | 0.59% | - |
| HSV(B) | 217.36º | 0.52% | 0.8% | - |
| XYZ | 25.02 | 25.13 | 60.66 | - |
| YUV | 133.56 | 167.75 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 204 | 0.52 | 0.32 | 0 | 0.2 | 217.36 | 0.51 | 0.59 |
| Hex | 62 | 8A | CC | 34 | 20 | 0 | 14 | D9 | 33 | 3B |
| Octal | 142 | 212 | 314 | 64 | 40 | 0 | 24 | 331 | 63 | 73 |
| Binary | 1100010 | 10001010 | 11001100 | 110100 | 100000 | 0 | 10100 | 11011001 | 110011 | 111011 |
Color Harmonies of #628ACC
Complementary color
Monochromatic Colors of #628ACC
Black with #628ACC
Text Example
Text Example
White with #628ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ACC; }
p { color: rgb(98,138,204); }
H1.HeaderClassName
{
color: #628ACC;
}
.AnyTagClassName
{
color: #628ACC;
}
</style>
background-color css
<style>
a { background-color: #628ACC; }
a { background-color: rgb(98,138,204); }
div.DivClassName
{
background-color: #628ACC;
}
.BgClassName
{
background-color: #628ACC;
}
</style>
border-color css
<style>
span { border-color: #628ACC; }
span { border-color: rgb(98,138,204); }
td.TdClassName
{
border-color: #628ACC;
}
.TagClassName
{
border-color: #628ACC;
}
</style>