Shades of Danube #628CC5
Tints of Danube #628CC5
RGB
CMYK
RGB Variations
Color information
#628CC5 (or 0x628CC5) is known color: Danube. HEX triplet: 62, 8C and C5. RGB value is (98,140,197). Sum of RGB (Red+Green+Blue) = 98+140+197=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #628CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CC5 is #9D733A. Grayscale: #858585. Windows color (decimal): -10318651 or 12946530. OLE color: 12946530.
HSL color Cylindrical-coordinate representation of color #628CC5: hue angle of 214.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628CC5 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 140 | 197 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.23 |
| HSL | 214.55º | 0.46% | 0.58% | - |
| HSV(B) | 214.55º | 0.5% | 0.77% | - |
| XYZ | 24.49 | 25.38 | 56.43 | - |
| YUV | 133.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 197 | 0.50 | 0.29 | 0 | 0.23 | 214.55 | 0.46 | 0.58 |
| Hex | 62 | 8C | C5 | 32 | 1D | 0 | 17 | D7 | 2E | 3A |
| Octal | 142 | 214 | 305 | 62 | 35 | 0 | 27 | 327 | 56 | 72 |
| Binary | 1100010 | 10001100 | 11000101 | 110010 | 11101 | 0 | 10111 | 11010111 | 101110 | 111010 |
Color Harmonies of #628CC5
Complementary color
Monochromatic Colors of #628CC5
Black with #628CC5
Text Example
Text Example
White with #628CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CC5; }
p { color: rgb(98,140,197); }
H1.HeaderClassName
{
color: #628CC5;
}
.AnyTagClassName
{
color: #628CC5;
}
</style>
background-color css
<style>
a { background-color: #628CC5; }
a { background-color: rgb(98,140,197); }
div.DivClassName
{
background-color: #628CC5;
}
.BgClassName
{
background-color: #628CC5;
}
</style>
border-color css
<style>
span { border-color: #628CC5; }
span { border-color: rgb(98,140,197); }
td.TdClassName
{
border-color: #628CC5;
}
.TagClassName
{
border-color: #628CC5;
}
</style>