Shades of Danube #628CC4
Tints of Danube #628CC4
RGB
CMYK
RGB Variations
Color information
#628CC4 (or 0x628CC4) is known color: Danube. HEX triplet: 62, 8C and C4. RGB value is (98,140,196). Sum of RGB (Red+Green+Blue) = 98+140+196=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #628CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CC4 is #9D733B. Grayscale: #858585. Windows color (decimal): -10318652 or 12880994. OLE color: 12880994.
HSL color Cylindrical-coordinate representation of color #628CC4: hue angle of 214.29º degrees, saturation: 0.45, 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 #628CC4 is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 140 | 196 | - |
| CMYK | 0.5 | 0.29 | 0 | 0.23 |
| HSL | 214.29º | 0.45% | 0.58% | - |
| HSV(B) | 214.29º | 0.5% | 0.77% | - |
| XYZ | 24.38 | 25.34 | 55.83 | - |
| YUV | 133.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 196 | 0.5 | 0.29 | 0 | 0.23 | 214.29 | 0.45 | 0.58 |
| Hex | 62 | 8C | C4 | 32 | 1D | 0 | 17 | D6 | 2D | 3A |
| Octal | 142 | 214 | 304 | 62 | 35 | 0 | 27 | 326 | 55 | 72 |
| Binary | 1100010 | 10001100 | 11000100 | 110010 | 11101 | 0 | 10111 | 11010110 | 101101 | 111010 |
Color Harmonies of #628CC4
Complementary color
Monochromatic Colors of #628CC4
Black with #628CC4
Text Example
Text Example
White with #628CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CC4; }
p { color: rgb(98,140,196); }
H1.HeaderClassName
{
color: #628CC4;
}
.AnyTagClassName
{
color: #628CC4;
}
</style>
background-color css
<style>
a { background-color: #628CC4; }
a { background-color: rgb(98,140,196); }
div.DivClassName
{
background-color: #628CC4;
}
.BgClassName
{
background-color: #628CC4;
}
</style>
border-color css
<style>
span { border-color: #628CC4; }
span { border-color: rgb(98,140,196); }
td.TdClassName
{
border-color: #628CC4;
}
.TagClassName
{
border-color: #628CC4;
}
</style>