Shades of Danube #618FCD
Tints of Danube #618FCD
RGB
CMYK
RGB Variations
Color information
#618FCD (or 0x618FCD) is known color: Danube. HEX triplet: 61, 8F and CD. RGB value is (97,143,205). Sum of RGB (Red+Green+Blue) = 97+143+205=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #618FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FCD is #9E7032. Grayscale: #888888. Windows color (decimal): -10383411 or 13471585. OLE color: 13471585.
HSL color Cylindrical-coordinate representation of color #618FCD: hue angle of 214.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618FCD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 143 | 205 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.20 |
| HSL | 214.44º | 0.52% | 0.59% | - |
| HSV(B) | 214.44º | 0.53% | 0.8% | - |
| XYZ | 25.77 | 26.59 | 61.53 | - |
| YUV | 136.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 205 | 0.53 | 0.30 | 0 | 0.20 | 214.44 | 0.52 | 0.59 |
| Hex | 61 | 8F | CD | 35 | 1E | 0 | 14 | D6 | 34 | 3B |
| Octal | 141 | 217 | 315 | 65 | 36 | 0 | 24 | 326 | 64 | 73 |
| Binary | 1100001 | 10001111 | 11001101 | 110101 | 11110 | 0 | 10100 | 11010110 | 110100 | 111011 |
Color Harmonies of #618FCD
Complementary color
Monochromatic Colors of #618FCD
Black with #618FCD
Text Example
Text Example
White with #618FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FCD; }
p { color: rgb(97,143,205); }
H1.HeaderClassName
{
color: #618FCD;
}
.AnyTagClassName
{
color: #618FCD;
}
</style>
background-color css
<style>
a { background-color: #618FCD; }
a { background-color: rgb(97,143,205); }
div.DivClassName
{
background-color: #618FCD;
}
.BgClassName
{
background-color: #618FCD;
}
</style>
border-color css
<style>
span { border-color: #618FCD; }
span { border-color: rgb(97,143,205); }
td.TdClassName
{
border-color: #618FCD;
}
.TagClassName
{
border-color: #618FCD;
}
</style>