Shades of Danube #608FBE
Tints of Danube #608FBE
RGB
CMYK
RGB Variations
Color information
#608FBE (or 0x608FBE) is known color: Danube. HEX triplet: 60, 8F and BE. RGB value is (96,143,190). Sum of RGB (Red+Green+Blue) = 96+143+190=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #608FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FBE is #9F7041. Grayscale: #868686. Windows color (decimal): -10448962 or 12488544. OLE color: 12488544.
HSL color Cylindrical-coordinate representation of color #608FBE: hue angle of 210º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #608FBE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 143 | 190 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.25 |
| HSL | 210º | 0.42% | 0.56% | - |
| HSV(B) | 210º | 0.49% | 0.75% | - |
| XYZ | 23.94 | 25.85 | 52.44 | - |
| YUV | 134.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 190 | 0.49 | 0.25 | 0 | 0.25 | 210 | 0.42 | 0.56 |
| Hex | 60 | 8F | BE | 31 | 19 | 0 | 19 | D2 | 2A | 38 |
| Octal | 140 | 217 | 276 | 61 | 31 | 0 | 31 | 322 | 52 | 70 |
| Binary | 1100000 | 10001111 | 10111110 | 110001 | 11001 | 0 | 11001 | 11010010 | 101010 | 111000 |
Color Harmonies of #608FBE
Complementary color
Monochromatic Colors of #608FBE
Black with #608FBE
Text Example
Text Example
White with #608FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FBE; }
p { color: rgb(96,143,190); }
H1.HeaderClassName
{
color: #608FBE;
}
.AnyTagClassName
{
color: #608FBE;
}
</style>
background-color css
<style>
a { background-color: #608FBE; }
a { background-color: rgb(96,143,190); }
div.DivClassName
{
background-color: #608FBE;
}
.BgClassName
{
background-color: #608FBE;
}
</style>
border-color css
<style>
span { border-color: #608FBE; }
span { border-color: rgb(96,143,190); }
td.TdClassName
{
border-color: #608FBE;
}
.TagClassName
{
border-color: #608FBE;
}
</style>