Shades of Danube #628CC3
Tints of Danube #628CC3
RGB
CMYK
RGB Variations
Color information
#628CC3 (or 0x628CC3) is known color: Danube. HEX triplet: 62, 8C and C3. RGB value is (98,140,195). Sum of RGB (Red+Green+Blue) = 98+140+195=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #628CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CC3 is #9D733C. Grayscale: #858585. Windows color (decimal): -10318653 or 12815458. OLE color: 12815458.
HSL color Cylindrical-coordinate representation of color #628CC3: hue angle of 214.02º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628CC3 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 140 | 195 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.24 |
| HSL | 214.02º | 0.45% | 0.57% | - |
| HSV(B) | 214.02º | 0.5% | 0.76% | - |
| XYZ | 24.27 | 25.29 | 55.23 | - |
| YUV | 133.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 195 | 0.50 | 0.28 | 0 | 0.24 | 214.02 | 0.45 | 0.57 |
| Hex | 62 | 8C | C3 | 32 | 1C | 0 | 18 | D6 | 2D | 39 |
| Octal | 142 | 214 | 303 | 62 | 34 | 0 | 30 | 326 | 55 | 71 |
| Binary | 1100010 | 10001100 | 11000011 | 110010 | 11100 | 0 | 11000 | 11010110 | 101101 | 111001 |
Color Harmonies of #628CC3
Complementary color
Monochromatic Colors of #628CC3
Black with #628CC3
Text Example
Text Example
White with #628CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628CC3; }
p { color: rgb(98,140,195); }
H1.HeaderClassName
{
color: #628CC3;
}
.AnyTagClassName
{
color: #628CC3;
}
</style>
background-color css
<style>
a { background-color: #628CC3; }
a { background-color: rgb(98,140,195); }
div.DivClassName
{
background-color: #628CC3;
}
.BgClassName
{
background-color: #628CC3;
}
</style>
border-color css
<style>
span { border-color: #628CC3; }
span { border-color: rgb(98,140,195); }
td.TdClassName
{
border-color: #628CC3;
}
.TagClassName
{
border-color: #628CC3;
}
</style>