Shades of Danube #608BCF
Tints of Danube #608BCF
RGB
CMYK
RGB Variations
Color information
#608BCF (or 0x608BCF) is known color: Danube. HEX triplet: 60, 8B and CF. RGB value is (96,139,207). Sum of RGB (Red+Green+Blue) = 96+139+207=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 139 (54.69% from 255 or 31.45% 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 #608BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BCF is #9F7430. Grayscale: #858585. Windows color (decimal): -10449969 or 13601632. OLE color: 13601632.
HSL color Cylindrical-coordinate representation of color #608BCF: hue angle of 216.76º 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 #608BCF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 139 | 207 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.19 |
| HSL | 216.76º | 0.54% | 0.59% | - |
| HSV(B) | 216.76º | 0.54% | 0.81% | - |
| XYZ | 25.32 | 25.46 | 62.61 | - |
| YUV | 133.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 207 | 0.54 | 0.33 | 0 | 0.19 | 216.76 | 0.54 | 0.59 |
| Hex | 60 | 8B | CF | 36 | 21 | 0 | 13 | D9 | 36 | 3B |
| Octal | 140 | 213 | 317 | 66 | 41 | 0 | 23 | 331 | 66 | 73 |
| Binary | 1100000 | 10001011 | 11001111 | 110110 | 100001 | 0 | 10011 | 11011001 | 110110 | 111011 |
Color Harmonies of #608BCF
Complementary color
Monochromatic Colors of #608BCF
Black with #608BCF
Text Example
Text Example
White with #608BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BCF; }
p { color: rgb(96,139,207); }
H1.HeaderClassName
{
color: #608BCF;
}
.AnyTagClassName
{
color: #608BCF;
}
</style>
background-color css
<style>
a { background-color: #608BCF; }
a { background-color: rgb(96,139,207); }
div.DivClassName
{
background-color: #608BCF;
}
.BgClassName
{
background-color: #608BCF;
}
</style>
border-color css
<style>
span { border-color: #608BCF; }
span { border-color: rgb(96,139,207); }
td.TdClassName
{
border-color: #608BCF;
}
.TagClassName
{
border-color: #608BCF;
}
</style>