Shades of Danube #628BBC
Tints of Danube #628BBC
RGB
CMYK
RGB Variations
Color information
#628BBC (or 0x628BBC) is known color: Danube. HEX triplet: 62, 8B and BC. RGB value is (98,139,188). Sum of RGB (Red+Green+Blue) = 98+139+188=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #628BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BBC is #9D7443. Grayscale: #848484. Windows color (decimal): -10318916 or 12356450. OLE color: 12356450.
HSL color Cylindrical-coordinate representation of color #628BBC: hue angle of 212.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628BBC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 139 | 188 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.26 |
| HSL | 212.67º | 0.4% | 0.56% | - |
| HSV(B) | 212.67º | 0.48% | 0.74% | - |
| XYZ | 23.35 | 24.69 | 51.11 | - |
| YUV | 132.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 188 | 0.48 | 0.26 | 0 | 0.26 | 212.67 | 0.4 | 0.56 |
| Hex | 62 | 8B | BC | 30 | 1A | 0 | 1A | D5 | 28 | 38 |
| Octal | 142 | 213 | 274 | 60 | 32 | 0 | 32 | 325 | 50 | 70 |
| Binary | 1100010 | 10001011 | 10111100 | 110000 | 11010 | 0 | 11010 | 11010101 | 101000 | 111000 |
Color Harmonies of #628BBC
Complementary color
Monochromatic Colors of #628BBC
Black with #628BBC
Text Example
Text Example
White with #628BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BBC; }
p { color: rgb(98,139,188); }
H1.HeaderClassName
{
color: #628BBC;
}
.AnyTagClassName
{
color: #628BBC;
}
</style>
background-color css
<style>
a { background-color: #628BBC; }
a { background-color: rgb(98,139,188); }
div.DivClassName
{
background-color: #628BBC;
}
.BgClassName
{
background-color: #628BBC;
}
</style>
border-color css
<style>
span { border-color: #628BBC; }
span { border-color: rgb(98,139,188); }
td.TdClassName
{
border-color: #628BBC;
}
.TagClassName
{
border-color: #628BBC;
}
</style>