Shades of Danube #628BCB
Tints of Danube #628BCB
RGB
CMYK
RGB Variations
Color information
#628BCB (or 0x628BCB) is known color: Danube. HEX triplet: 62, 8B and CB. RGB value is (98,139,203). Sum of RGB (Red+Green+Blue) = 98+139+203=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #628BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BCB is #9D7434. Grayscale: #858585. Windows color (decimal): -10318901 or 13339490. OLE color: 13339490.
HSL color Cylindrical-coordinate representation of color #628BCB: hue angle of 216.57º degrees, saturation: 0.5, 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 #628BCB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 139 | 203 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.20 |
| HSL | 216.57º | 0.5% | 0.59% | - |
| HSV(B) | 216.57º | 0.52% | 0.8% | - |
| XYZ | 25.05 | 25.37 | 60.08 | - |
| YUV | 134.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 203 | 0.52 | 0.32 | 0 | 0.20 | 216.57 | 0.5 | 0.59 |
| Hex | 62 | 8B | CB | 34 | 20 | 0 | 14 | D9 | 32 | 3B |
| Octal | 142 | 213 | 313 | 64 | 40 | 0 | 24 | 331 | 62 | 73 |
| Binary | 1100010 | 10001011 | 11001011 | 110100 | 100000 | 0 | 10100 | 11011001 | 110010 | 111011 |
Color Harmonies of #628BCB
Complementary color
Monochromatic Colors of #628BCB
Black with #628BCB
Text Example
Text Example
White with #628BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BCB; }
p { color: rgb(98,139,203); }
H1.HeaderClassName
{
color: #628BCB;
}
.AnyTagClassName
{
color: #628BCB;
}
</style>
background-color css
<style>
a { background-color: #628BCB; }
a { background-color: rgb(98,139,203); }
div.DivClassName
{
background-color: #628BCB;
}
.BgClassName
{
background-color: #628BCB;
}
</style>
border-color css
<style>
span { border-color: #628BCB; }
span { border-color: rgb(98,139,203); }
td.TdClassName
{
border-color: #628BCB;
}
.TagClassName
{
border-color: #628BCB;
}
</style>