Shades of Danube #608ABE
Tints of Danube #608ABE
RGB
CMYK
RGB Variations
Color information
#608ABE (or 0x608ABE) is known color: Danube. HEX triplet: 60, 8A and BE. RGB value is (96,138,190). Sum of RGB (Red+Green+Blue) = 96+138+190=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #608ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ABE is #9F7541. Grayscale: #838383. Windows color (decimal): -10450242 or 12487264. OLE color: 12487264.
HSL color Cylindrical-coordinate representation of color #608ABE: hue angle of 213.19º 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 #608ABE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 138 | 190 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.25 |
| HSL | 213.19º | 0.42% | 0.56% | - |
| HSV(B) | 213.19º | 0.49% | 0.75% | - |
| XYZ | 23.21 | 24.38 | 52.2 | - |
| YUV | 131.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 190 | 0.49 | 0.27 | 0 | 0.25 | 213.19 | 0.42 | 0.56 |
| Hex | 60 | 8A | BE | 31 | 1B | 0 | 19 | D5 | 2A | 38 |
| Octal | 140 | 212 | 276 | 61 | 33 | 0 | 31 | 325 | 52 | 70 |
| Binary | 1100000 | 10001010 | 10111110 | 110001 | 11011 | 0 | 11001 | 11010101 | 101010 | 111000 |
Color Harmonies of #608ABE
Complementary color
Monochromatic Colors of #608ABE
Black with #608ABE
Text Example
Text Example
White with #608ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608ABE; }
p { color: rgb(96,138,190); }
H1.HeaderClassName
{
color: #608ABE;
}
.AnyTagClassName
{
color: #608ABE;
}
</style>
background-color css
<style>
a { background-color: #608ABE; }
a { background-color: rgb(96,138,190); }
div.DivClassName
{
background-color: #608ABE;
}
.BgClassName
{
background-color: #608ABE;
}
</style>
border-color css
<style>
span { border-color: #608ABE; }
span { border-color: rgb(96,138,190); }
td.TdClassName
{
border-color: #608ABE;
}
.TagClassName
{
border-color: #608ABE;
}
</style>