Shades of Danube #618BCE
Tints of Danube #618BCE
RGB
CMYK
RGB Variations
Color information
#618BCE (or 0x618BCE) is known color: Danube. HEX triplet: 61, 8B and CE. RGB value is (97,139,206). Sum of RGB (Red+Green+Blue) = 97+139+206=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #618BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BCE is #9E7431. Grayscale: #858585. Windows color (decimal): -10384434 or 13536097. OLE color: 13536097.
HSL color Cylindrical-coordinate representation of color #618BCE: hue angle of 216.88º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618BCE is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 139 | 206 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.19 |
| HSL | 216.88º | 0.53% | 0.59% | - |
| HSV(B) | 216.88º | 0.53% | 0.81% | - |
| XYZ | 25.3 | 25.46 | 61.97 | - |
| YUV | 134.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 206 | 0.53 | 0.33 | 0 | 0.19 | 216.88 | 0.53 | 0.59 |
| Hex | 61 | 8B | CE | 35 | 21 | 0 | 13 | D9 | 35 | 3B |
| Octal | 141 | 213 | 316 | 65 | 41 | 0 | 23 | 331 | 65 | 73 |
| Binary | 1100001 | 10001011 | 11001110 | 110101 | 100001 | 0 | 10011 | 11011001 | 110101 | 111011 |
Color Harmonies of #618BCE
Complementary color
Monochromatic Colors of #618BCE
Black with #618BCE
Text Example
Text Example
White with #618BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BCE; }
p { color: rgb(97,139,206); }
H1.HeaderClassName
{
color: #618BCE;
}
.AnyTagClassName
{
color: #618BCE;
}
</style>
background-color css
<style>
a { background-color: #618BCE; }
a { background-color: rgb(97,139,206); }
div.DivClassName
{
background-color: #618BCE;
}
.BgClassName
{
background-color: #618BCE;
}
</style>
border-color css
<style>
span { border-color: #618BCE; }
span { border-color: rgb(97,139,206); }
td.TdClassName
{
border-color: #618BCE;
}
.TagClassName
{
border-color: #618BCE;
}
</style>