Shades of Danube #628CBC
Tints of Danube #628CBC
RGB
CMYK
RGB Variations
Color information
#628CBC (or 0x628CBC) is known color: Danube. HEX triplet: 62, 8C and BC. RGB value is (98,140,188). Sum of RGB (Red+Green+Blue) = 98+140+188=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #628CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CBC is #9D7343. Grayscale: #848484. Windows color (decimal): -10318660 or 12356706. OLE color: 12356706.
HSL color Cylindrical-coordinate representation of color #628CBC: hue angle of 212º 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 #628CBC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 140 | 188 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.26 |
| HSL | 212º | 0.4% | 0.56% | - |
| HSV(B) | 212º | 0.48% | 0.74% | - |
| XYZ | 23.49 | 24.98 | 51.16 | - |
| YUV | 132.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 188 | 0.48 | 0.26 | 0 | 0.26 | 212 | 0.4 | 0.56 |
| Hex | 62 | 8C | BC | 30 | 1A | 0 | 1A | D4 | 28 | 38 |
| Octal | 142 | 214 | 274 | 60 | 32 | 0 | 32 | 324 | 50 | 70 |
| Binary | 1100010 | 10001100 | 10111100 | 110000 | 11010 | 0 | 11010 | 11010100 | 101000 | 111000 |
Color Harmonies of #628CBC
Complementary color
Monochromatic Colors of #628CBC
Black with #628CBC
Text Example
Text Example
White with #628CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CBC; }
p { color: rgb(98,140,188); }
H1.HeaderClassName
{
color: #628CBC;
}
.AnyTagClassName
{
color: #628CBC;
}
</style>
background-color css
<style>
a { background-color: #628CBC; }
a { background-color: rgb(98,140,188); }
div.DivClassName
{
background-color: #628CBC;
}
.BgClassName
{
background-color: #628CBC;
}
</style>
border-color css
<style>
span { border-color: #628CBC; }
span { border-color: rgb(98,140,188); }
td.TdClassName
{
border-color: #628CBC;
}
.TagClassName
{
border-color: #628CBC;
}
</style>