Shades of Danube #628BC3
Tints of Danube #628BC3
RGB
CMYK
RGB Variations
Color information
#628BC3 (or 0x628BC3) is known color: Danube. HEX triplet: 62, 8B and C3. RGB value is (98,139,195). Sum of RGB (Red+Green+Blue) = 98+139+195=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #628BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BC3 is #9D743C. Grayscale: #848484. Windows color (decimal): -10318909 or 12815202. OLE color: 12815202.
HSL color Cylindrical-coordinate representation of color #628BC3: hue angle of 214.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628BC3 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 139 | 195 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.24 |
| HSL | 214.64º | 0.45% | 0.57% | - |
| HSV(B) | 214.64º | 0.5% | 0.76% | - |
| XYZ | 24.12 | 25 | 55.18 | - |
| YUV | 133.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 195 | 0.50 | 0.29 | 0 | 0.24 | 214.64 | 0.45 | 0.57 |
| Hex | 62 | 8B | C3 | 32 | 1D | 0 | 18 | D7 | 2D | 39 |
| Octal | 142 | 213 | 303 | 62 | 35 | 0 | 30 | 327 | 55 | 71 |
| Binary | 1100010 | 10001011 | 11000011 | 110010 | 11101 | 0 | 11000 | 11010111 | 101101 | 111001 |
Color Harmonies of #628BC3
Complementary color
Monochromatic Colors of #628BC3
Black with #628BC3
Text Example
Text Example
White with #628BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BC3; }
p { color: rgb(98,139,195); }
H1.HeaderClassName
{
color: #628BC3;
}
.AnyTagClassName
{
color: #628BC3;
}
</style>
background-color css
<style>
a { background-color: #628BC3; }
a { background-color: rgb(98,139,195); }
div.DivClassName
{
background-color: #628BC3;
}
.BgClassName
{
background-color: #628BC3;
}
</style>
border-color css
<style>
span { border-color: #628BC3; }
span { border-color: rgb(98,139,195); }
td.TdClassName
{
border-color: #628BC3;
}
.TagClassName
{
border-color: #628BC3;
}
</style>