Shades of Danube #628CCC
Tints of Danube #628CCC
RGB
CMYK
RGB Variations
Color information
#628CCC (or 0x628CCC) is known color: Danube. HEX triplet: 62, 8C and CC. RGB value is (98,140,204). Sum of RGB (Red+Green+Blue) = 98+140+204=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #628CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CCC is #9D7333. Grayscale: #868686. Windows color (decimal): -10318644 or 13405282. OLE color: 13405282.
HSL color Cylindrical-coordinate representation of color #628CCC: hue angle of 216.23º 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 #628CCC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 140 | 204 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.2 |
| HSL | 216.23º | 0.51% | 0.59% | - |
| HSV(B) | 216.23º | 0.52% | 0.8% | - |
| XYZ | 25.31 | 25.71 | 60.76 | - |
| YUV | 134.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 204 | 0.52 | 0.31 | 0 | 0.2 | 216.23 | 0.51 | 0.59 |
| Hex | 62 | 8C | CC | 34 | 1F | 0 | 14 | D8 | 33 | 3B |
| Octal | 142 | 214 | 314 | 64 | 37 | 0 | 24 | 330 | 63 | 73 |
| Binary | 1100010 | 10001100 | 11001100 | 110100 | 11111 | 0 | 10100 | 11011000 | 110011 | 111011 |
Color Harmonies of #628CCC
Complementary color
Monochromatic Colors of #628CCC
Black with #628CCC
Text Example
Text Example
White with #628CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CCC; }
p { color: rgb(98,140,204); }
H1.HeaderClassName
{
color: #628CCC;
}
.AnyTagClassName
{
color: #628CCC;
}
</style>
background-color css
<style>
a { background-color: #628CCC; }
a { background-color: rgb(98,140,204); }
div.DivClassName
{
background-color: #628CCC;
}
.BgClassName
{
background-color: #628CCC;
}
</style>
border-color css
<style>
span { border-color: #628CCC; }
span { border-color: rgb(98,140,204); }
td.TdClassName
{
border-color: #628CCC;
}
.TagClassName
{
border-color: #628CCC;
}
</style>