Shades of Danube #628ACD
Tints of Danube #628ACD
RGB
CMYK
RGB Variations
Color information
#628ACD (or 0x628ACD) is known color: Danube. HEX triplet: 62, 8A and CD. RGB value is (98,138,205). Sum of RGB (Red+Green+Blue) = 98+138+205=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #628ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ACD is #9D7532. Grayscale: #858585. Windows color (decimal): -10319155 or 13470306. OLE color: 13470306.
HSL color Cylindrical-coordinate representation of color #628ACD: hue angle of 217.57º degrees, saturation: 0.52, 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 #628ACD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 138 | 205 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.20 |
| HSL | 217.57º | 0.52% | 0.59% | - |
| HSV(B) | 217.57º | 0.52% | 0.8% | - |
| XYZ | 25.14 | 25.18 | 61.29 | - |
| YUV | 133.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 205 | 0.52 | 0.33 | 0 | 0.20 | 217.57 | 0.52 | 0.59 |
| Hex | 62 | 8A | CD | 34 | 21 | 0 | 14 | DA | 34 | 3B |
| Octal | 142 | 212 | 315 | 64 | 41 | 0 | 24 | 332 | 64 | 73 |
| Binary | 1100010 | 10001010 | 11001101 | 110100 | 100001 | 0 | 10100 | 11011010 | 110100 | 111011 |
Color Harmonies of #628ACD
Complementary color
Monochromatic Colors of #628ACD
Black with #628ACD
Text Example
Text Example
White with #628ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628ACD; }
p { color: rgb(98,138,205); }
H1.HeaderClassName
{
color: #628ACD;
}
.AnyTagClassName
{
color: #628ACD;
}
</style>
background-color css
<style>
a { background-color: #628ACD; }
a { background-color: rgb(98,138,205); }
div.DivClassName
{
background-color: #628ACD;
}
.BgClassName
{
background-color: #628ACD;
}
</style>
border-color css
<style>
span { border-color: #628ACD; }
span { border-color: rgb(98,138,205); }
td.TdClassName
{
border-color: #628ACD;
}
.TagClassName
{
border-color: #628ACD;
}
</style>