Shades of Danube #628AB9
Tints of Danube #628AB9
RGB
CMYK
RGB Variations
Color information
#628AB9 (or 0x628AB9) is known color: Danube. HEX triplet: 62, 8A and B9. RGB value is (98,138,185). Sum of RGB (Red+Green+Blue) = 98+138+185=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #628AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AB9 is #9D7546. Grayscale: #838383. Windows color (decimal): -10319175 or 12159586. OLE color: 12159586.
HSL color Cylindrical-coordinate representation of color #628AB9: hue angle of 212.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628AB9 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 138 | 185 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.27 |
| HSL | 212.41º | 0.38% | 0.55% | - |
| HSV(B) | 212.41º | 0.47% | 0.73% | - |
| XYZ | 22.88 | 24.28 | 49.38 | - |
| YUV | 131.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 185 | 0.47 | 0.25 | 0 | 0.27 | 212.41 | 0.38 | 0.55 |
| Hex | 62 | 8A | B9 | 2F | 19 | 0 | 1B | D4 | 26 | 37 |
| Octal | 142 | 212 | 271 | 57 | 31 | 0 | 33 | 324 | 46 | 67 |
| Binary | 1100010 | 10001010 | 10111001 | 101111 | 11001 | 0 | 11011 | 11010100 | 100110 | 110111 |
Color Harmonies of #628AB9
Complementary color
Monochromatic Colors of #628AB9
Black with #628AB9
Text Example
Text Example
White with #628AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AB9; }
p { color: rgb(98,138,185); }
H1.HeaderClassName
{
color: #628AB9;
}
.AnyTagClassName
{
color: #628AB9;
}
</style>
background-color css
<style>
a { background-color: #628AB9; }
a { background-color: rgb(98,138,185); }
div.DivClassName
{
background-color: #628AB9;
}
.BgClassName
{
background-color: #628AB9;
}
</style>
border-color css
<style>
span { border-color: #628AB9; }
span { border-color: rgb(98,138,185); }
td.TdClassName
{
border-color: #628AB9;
}
.TagClassName
{
border-color: #628AB9;
}
</style>