Shades of Danube #6089CF
Tints of Danube #6089CF
RGB
CMYK
RGB Variations
Color information
#6089CF (or 0x6089CF) is known color: Danube. HEX triplet: 60, 89 and CF. RGB value is (96,137,207). Sum of RGB (Red+Green+Blue) = 96+137+207=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6089CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089CF is #9F7630. Grayscale: #848484. Windows color (decimal): -10450481 or 13601120. OLE color: 13601120.
HSL color Cylindrical-coordinate representation of color #6089CF: hue angle of 217.84º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6089CF is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 137 | 207 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.19 |
| HSL | 217.84º | 0.54% | 0.59% | - |
| HSV(B) | 217.84º | 0.54% | 0.81% | - |
| XYZ | 25.03 | 24.88 | 62.52 | - |
| YUV | 132.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 207 | 0.54 | 0.34 | 0 | 0.19 | 217.84 | 0.54 | 0.59 |
| Hex | 60 | 89 | CF | 36 | 22 | 0 | 13 | DA | 36 | 3B |
| Octal | 140 | 211 | 317 | 66 | 42 | 0 | 23 | 332 | 66 | 73 |
| Binary | 1100000 | 10001001 | 11001111 | 110110 | 100010 | 0 | 10011 | 11011010 | 110110 | 111011 |
Color Harmonies of #6089CF
Complementary color
Monochromatic Colors of #6089CF
Black with #6089CF
Text Example
Text Example
White with #6089CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6089CF; }
p { color: rgb(96,137,207); }
H1.HeaderClassName
{
color: #6089CF;
}
.AnyTagClassName
{
color: #6089CF;
}
</style>
background-color css
<style>
a { background-color: #6089CF; }
a { background-color: rgb(96,137,207); }
div.DivClassName
{
background-color: #6089CF;
}
.BgClassName
{
background-color: #6089CF;
}
</style>
border-color css
<style>
span { border-color: #6089CF; }
span { border-color: rgb(96,137,207); }
td.TdClassName
{
border-color: #6089CF;
}
.TagClassName
{
border-color: #6089CF;
}
</style>