Shades of Danube #628ABC
Tints of Danube #628ABC
RGB
CMYK
RGB Variations
Color information
#628ABC (or 0x628ABC) is known color: Danube. HEX triplet: 62, 8A and BC. RGB value is (98,138,188). Sum of RGB (Red+Green+Blue) = 98+138+188=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #628ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ABC is #9D7543. Grayscale: #838383. Windows color (decimal): -10319172 or 12356194. OLE color: 12356194.
HSL color Cylindrical-coordinate representation of color #628ABC: hue angle of 213.33º 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 #628ABC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 138 | 188 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.26 |
| HSL | 213.33º | 0.4% | 0.56% | - |
| HSV(B) | 213.33º | 0.48% | 0.74% | - |
| XYZ | 23.2 | 24.4 | 51.06 | - |
| YUV | 131.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 188 | 0.48 | 0.27 | 0 | 0.26 | 213.33 | 0.4 | 0.56 |
| Hex | 62 | 8A | BC | 30 | 1B | 0 | 1A | D5 | 28 | 38 |
| Octal | 142 | 212 | 274 | 60 | 33 | 0 | 32 | 325 | 50 | 70 |
| Binary | 1100010 | 10001010 | 10111100 | 110000 | 11011 | 0 | 11010 | 11010101 | 101000 | 111000 |
Color Harmonies of #628ABC
Complementary color
Monochromatic Colors of #628ABC
Black with #628ABC
Text Example
Text Example
White with #628ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ABC; }
p { color: rgb(98,138,188); }
H1.HeaderClassName
{
color: #628ABC;
}
.AnyTagClassName
{
color: #628ABC;
}
</style>
background-color css
<style>
a { background-color: #628ABC; }
a { background-color: rgb(98,138,188); }
div.DivClassName
{
background-color: #628ABC;
}
.BgClassName
{
background-color: #628ABC;
}
</style>
border-color css
<style>
span { border-color: #628ABC; }
span { border-color: rgb(98,138,188); }
td.TdClassName
{
border-color: #628ABC;
}
.TagClassName
{
border-color: #628ABC;
}
</style>