Shades of Danube #628BBD
Tints of Danube #628BBD
RGB
CMYK
RGB Variations
Color information
#628BBD (or 0x628BBD) is known color: Danube. HEX triplet: 62, 8B and BD. RGB value is (98,139,189). Sum of RGB (Red+Green+Blue) = 98+139+189=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #628BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BBD is #9D7442. Grayscale: #848484. Windows color (decimal): -10318915 or 12421986. OLE color: 12421986.
HSL color Cylindrical-coordinate representation of color #628BBD: hue angle of 212.97º degrees, saturation: 0.41, 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 #628BBD is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 139 | 189 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.26 |
| HSL | 212.97º | 0.41% | 0.56% | - |
| HSV(B) | 212.97º | 0.48% | 0.74% | - |
| XYZ | 23.45 | 24.74 | 51.68 | - |
| YUV | 132.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 189 | 0.48 | 0.26 | 0 | 0.26 | 212.97 | 0.41 | 0.56 |
| Hex | 62 | 8B | BD | 30 | 1A | 0 | 1A | D5 | 29 | 38 |
| Octal | 142 | 213 | 275 | 60 | 32 | 0 | 32 | 325 | 51 | 70 |
| Binary | 1100010 | 10001011 | 10111101 | 110000 | 11010 | 0 | 11010 | 11010101 | 101001 | 111000 |
Color Harmonies of #628BBD
Complementary color
Monochromatic Colors of #628BBD
Black with #628BBD
Text Example
Text Example
White with #628BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BBD; }
p { color: rgb(98,139,189); }
H1.HeaderClassName
{
color: #628BBD;
}
.AnyTagClassName
{
color: #628BBD;
}
</style>
background-color css
<style>
a { background-color: #628BBD; }
a { background-color: rgb(98,139,189); }
div.DivClassName
{
background-color: #628BBD;
}
.BgClassName
{
background-color: #628BBD;
}
</style>
border-color css
<style>
span { border-color: #628BBD; }
span { border-color: rgb(98,139,189); }
td.TdClassName
{
border-color: #628BBD;
}
.TagClassName
{
border-color: #628BBD;
}
</style>