Shades of Danube #618ACF
Tints of Danube #618ACF
RGB
CMYK
RGB Variations
Color information
#618ACF (or 0x618ACF) is known color: Danube. HEX triplet: 61, 8A and CF. RGB value is (97,138,207). Sum of RGB (Red+Green+Blue) = 97+138+207=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #618ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACF is #9E7530. Grayscale: #858585. Windows color (decimal): -10384689 or 13601377. OLE color: 13601377.
HSL color Cylindrical-coordinate representation of color #618ACF: hue angle of 217.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618ACF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 138 | 207 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.19 |
| HSL | 217.64º | 0.53% | 0.6% | - |
| HSV(B) | 217.64º | 0.53% | 0.81% | - |
| XYZ | 25.28 | 25.22 | 62.57 | - |
| YUV | 133.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 207 | 0.53 | 0.33 | 0 | 0.19 | 217.64 | 0.53 | 0.6 |
| Hex | 61 | 8A | CF | 35 | 21 | 0 | 13 | DA | 35 | 3C |
| Octal | 141 | 212 | 317 | 65 | 41 | 0 | 23 | 332 | 65 | 74 |
| Binary | 1100001 | 10001010 | 11001111 | 110101 | 100001 | 0 | 10011 | 11011010 | 110101 | 111100 |
Color Harmonies of #618ACF
Complementary color
Monochromatic Colors of #618ACF
Black with #618ACF
Text Example
Text Example
White with #618ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ACF; }
p { color: rgb(97,138,207); }
H1.HeaderClassName
{
color: #618ACF;
}
.AnyTagClassName
{
color: #618ACF;
}
</style>
background-color css
<style>
a { background-color: #618ACF; }
a { background-color: rgb(97,138,207); }
div.DivClassName
{
background-color: #618ACF;
}
.BgClassName
{
background-color: #618ACF;
}
</style>
border-color css
<style>
span { border-color: #618ACF; }
span { border-color: rgb(97,138,207); }
td.TdClassName
{
border-color: #618ACF;
}
.TagClassName
{
border-color: #618ACF;
}
</style>