Shades of Danube #608BCE
Tints of Danube #608BCE
RGB
CMYK
RGB Variations
Color information
#608BCE (or 0x608BCE) is known color: Danube. HEX triplet: 60, 8B and CE. RGB value is (96,139,206). Sum of RGB (Red+Green+Blue) = 96+139+206=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #608BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BCE is #9F7431. Grayscale: #858585. Windows color (decimal): -10449970 or 13536096. OLE color: 13536096.
HSL color Cylindrical-coordinate representation of color #608BCE: hue angle of 216.55º 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 #608BCE is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 139 | 206 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.19 |
| HSL | 216.55º | 0.53% | 0.59% | - |
| HSV(B) | 216.55º | 0.53% | 0.81% | - |
| XYZ | 25.2 | 25.41 | 61.97 | - |
| YUV | 133.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 206 | 0.53 | 0.33 | 0 | 0.19 | 216.55 | 0.53 | 0.59 |
| Hex | 60 | 8B | CE | 35 | 21 | 0 | 13 | D9 | 35 | 3B |
| Octal | 140 | 213 | 316 | 65 | 41 | 0 | 23 | 331 | 65 | 73 |
| Binary | 1100000 | 10001011 | 11001110 | 110101 | 100001 | 0 | 10011 | 11011001 | 110101 | 111011 |
Color Harmonies of #608BCE
Complementary color
Monochromatic Colors of #608BCE
Black with #608BCE
Text Example
Text Example
White with #608BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608BCE; }
p { color: rgb(96,139,206); }
H1.HeaderClassName
{
color: #608BCE;
}
.AnyTagClassName
{
color: #608BCE;
}
</style>
background-color css
<style>
a { background-color: #608BCE; }
a { background-color: rgb(96,139,206); }
div.DivClassName
{
background-color: #608BCE;
}
.BgClassName
{
background-color: #608BCE;
}
</style>
border-color css
<style>
span { border-color: #608BCE; }
span { border-color: rgb(96,139,206); }
td.TdClassName
{
border-color: #608BCE;
}
.TagClassName
{
border-color: #608BCE;
}
</style>