Shades of Danube #628AC2
Tints of Danube #628AC2
RGB
CMYK
RGB Variations
Color information
#628AC2 (or 0x628AC2) is known color: Danube. HEX triplet: 62, 8A and C2. RGB value is (98,138,194). Sum of RGB (Red+Green+Blue) = 98+138+194=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #628AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AC2 is #9D753D. Grayscale: #848484. Windows color (decimal): -10319166 or 12749410. OLE color: 12749410.
HSL color Cylindrical-coordinate representation of color #628AC2: hue angle of 215º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628AC2 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 138 | 194 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.24 |
| HSL | 215º | 0.44% | 0.57% | - |
| HSV(B) | 215º | 0.49% | 0.76% | - |
| XYZ | 23.86 | 24.67 | 54.54 | - |
| YUV | 132.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 194 | 0.49 | 0.29 | 0 | 0.24 | 215 | 0.44 | 0.57 |
| Hex | 62 | 8A | C2 | 31 | 1D | 0 | 18 | D7 | 2C | 39 |
| Octal | 142 | 212 | 302 | 61 | 35 | 0 | 30 | 327 | 54 | 71 |
| Binary | 1100010 | 10001010 | 11000010 | 110001 | 11101 | 0 | 11000 | 11010111 | 101100 | 111001 |
Color Harmonies of #628AC2
Complementary color
Monochromatic Colors of #628AC2
Black with #628AC2
Text Example
Text Example
White with #628AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AC2; }
p { color: rgb(98,138,194); }
H1.HeaderClassName
{
color: #628AC2;
}
.AnyTagClassName
{
color: #628AC2;
}
</style>
background-color css
<style>
a { background-color: #628AC2; }
a { background-color: rgb(98,138,194); }
div.DivClassName
{
background-color: #628AC2;
}
.BgClassName
{
background-color: #628AC2;
}
</style>
border-color css
<style>
span { border-color: #628AC2; }
span { border-color: rgb(98,138,194); }
td.TdClassName
{
border-color: #628AC2;
}
.TagClassName
{
border-color: #628AC2;
}
</style>