Shades of Danube #618ACC
Tints of Danube #618ACC
RGB
CMYK
RGB Variations
Color information
#618ACC (or 0x618ACC) is known color: Danube. HEX triplet: 61, 8A and CC. RGB value is (97,138,204). Sum of RGB (Red+Green+Blue) = 97+138+204=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #618ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACC is #9E7533. Grayscale: #848484. Windows color (decimal): -10384692 or 13404769. OLE color: 13404769.
HSL color Cylindrical-coordinate representation of color #618ACC: hue angle of 217.01º degrees, saturation: 0.51, 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 #618ACC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 138 | 204 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.2 |
| HSL | 217.01º | 0.51% | 0.59% | - |
| HSV(B) | 217.01º | 0.52% | 0.8% | - |
| XYZ | 24.92 | 25.08 | 60.65 | - |
| YUV | 133.27 | 167.92 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 204 | 0.52 | 0.32 | 0 | 0.2 | 217.01 | 0.51 | 0.59 |
| Hex | 61 | 8A | CC | 34 | 20 | 0 | 14 | D9 | 33 | 3B |
| Octal | 141 | 212 | 314 | 64 | 40 | 0 | 24 | 331 | 63 | 73 |
| Binary | 1100001 | 10001010 | 11001100 | 110100 | 100000 | 0 | 10100 | 11011001 | 110011 | 111011 |
Color Harmonies of #618ACC
Complementary color
Monochromatic Colors of #618ACC
Black with #618ACC
Text Example
Text Example
White with #618ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ACC; }
p { color: rgb(97,138,204); }
H1.HeaderClassName
{
color: #618ACC;
}
.AnyTagClassName
{
color: #618ACC;
}
</style>
background-color css
<style>
a { background-color: #618ACC; }
a { background-color: rgb(97,138,204); }
div.DivClassName
{
background-color: #618ACC;
}
.BgClassName
{
background-color: #618ACC;
}
</style>
border-color css
<style>
span { border-color: #618ACC; }
span { border-color: rgb(97,138,204); }
td.TdClassName
{
border-color: #618ACC;
}
.TagClassName
{
border-color: #618ACC;
}
</style>