Shades of Danube #608FD3
Tints of Danube #608FD3
RGB
CMYK
RGB Variations
Color information
#608FD3 (or 0x608FD3) is known color: Danube. HEX triplet: 60, 8F and D3. RGB value is (96,143,211). Sum of RGB (Red+Green+Blue) = 96+143+211=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #608FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FD3 is #9F702C. Grayscale: #888888. Windows color (decimal): -10448941 or 13864800. OLE color: 13864800.
HSL color Cylindrical-coordinate representation of color #608FD3: hue angle of 215.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608FD3 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 143 | 211 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.17 |
| HSL | 215.48º | 0.57% | 0.6% | - |
| HSV(B) | 215.48º | 0.55% | 0.83% | - |
| XYZ | 26.4 | 26.83 | 65.42 | - |
| YUV | 136.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 211 | 0.55 | 0.32 | 0 | 0.17 | 215.48 | 0.57 | 0.6 |
| Hex | 60 | 8F | D3 | 37 | 20 | 0 | 11 | D7 | 39 | 3C |
| Octal | 140 | 217 | 323 | 67 | 40 | 0 | 21 | 327 | 71 | 74 |
| Binary | 1100000 | 10001111 | 11010011 | 110111 | 100000 | 0 | 10001 | 11010111 | 111001 | 111100 |
Color Harmonies of #608FD3
Complementary color
Monochromatic Colors of #608FD3
Black with #608FD3
Text Example
Text Example
White with #608FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FD3; }
p { color: rgb(96,143,211); }
H1.HeaderClassName
{
color: #608FD3;
}
.AnyTagClassName
{
color: #608FD3;
}
</style>
background-color css
<style>
a { background-color: #608FD3; }
a { background-color: rgb(96,143,211); }
div.DivClassName
{
background-color: #608FD3;
}
.BgClassName
{
background-color: #608FD3;
}
</style>
border-color css
<style>
span { border-color: #608FD3; }
span { border-color: rgb(96,143,211); }
td.TdClassName
{
border-color: #608FD3;
}
.TagClassName
{
border-color: #608FD3;
}
</style>