Shades of Danube #628ACB
Tints of Danube #628ACB
RGB
CMYK
RGB Variations
Color information
#628ACB (or 0x628ACB) is known color: Danube. HEX triplet: 62, 8A and CB. RGB value is (98,138,203). Sum of RGB (Red+Green+Blue) = 98+138+203=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #628ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ACB is #9D7534. Grayscale: #858585. Windows color (decimal): -10319157 or 13339234. OLE color: 13339234.
HSL color Cylindrical-coordinate representation of color #628ACB: hue angle of 217.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628ACB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 138 | 203 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.20 |
| HSL | 217.14º | 0.5% | 0.59% | - |
| HSV(B) | 217.14º | 0.52% | 0.8% | - |
| XYZ | 24.9 | 25.09 | 60.03 | - |
| YUV | 133.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 203 | 0.52 | 0.32 | 0 | 0.20 | 217.14 | 0.5 | 0.59 |
| Hex | 62 | 8A | CB | 34 | 20 | 0 | 14 | D9 | 32 | 3B |
| Octal | 142 | 212 | 313 | 64 | 40 | 0 | 24 | 331 | 62 | 73 |
| Binary | 1100010 | 10001010 | 11001011 | 110100 | 100000 | 0 | 10100 | 11011001 | 110010 | 111011 |
Color Harmonies of #628ACB
Complementary color
Monochromatic Colors of #628ACB
Black with #628ACB
Text Example
Text Example
White with #628ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ACB; }
p { color: rgb(98,138,203); }
H1.HeaderClassName
{
color: #628ACB;
}
.AnyTagClassName
{
color: #628ACB;
}
</style>
background-color css
<style>
a { background-color: #628ACB; }
a { background-color: rgb(98,138,203); }
div.DivClassName
{
background-color: #628ACB;
}
.BgClassName
{
background-color: #628ACB;
}
</style>
border-color css
<style>
span { border-color: #628ACB; }
span { border-color: rgb(98,138,203); }
td.TdClassName
{
border-color: #628ACB;
}
.TagClassName
{
border-color: #628ACB;
}
</style>