Shades of Danube #608FCA
Tints of Danube #608FCA
RGB
CMYK
RGB Variations
Color information
#608FCA (or 0x608FCA) is known color: Danube. HEX triplet: 60, 8F and CA. RGB value is (96,143,202). Sum of RGB (Red+Green+Blue) = 96+143+202=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #608FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FCA is #9F7035. Grayscale: #878787. Windows color (decimal): -10448950 or 13274976. OLE color: 13274976.
HSL color Cylindrical-coordinate representation of color #608FCA: hue angle of 213.4º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #608FCA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 143 | 202 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.21 |
| HSL | 213.4º | 0.5% | 0.58% | - |
| HSV(B) | 213.4º | 0.52% | 0.79% | - |
| XYZ | 25.31 | 26.4 | 59.64 | - |
| YUV | 135.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 202 | 0.52 | 0.29 | 0 | 0.21 | 213.4 | 0.5 | 0.58 |
| Hex | 60 | 8F | CA | 34 | 1D | 0 | 15 | D5 | 32 | 3A |
| Octal | 140 | 217 | 312 | 64 | 35 | 0 | 25 | 325 | 62 | 72 |
| Binary | 1100000 | 10001111 | 11001010 | 110100 | 11101 | 0 | 10101 | 11010101 | 110010 | 111010 |
Color Harmonies of #608FCA
Complementary color
Monochromatic Colors of #608FCA
Black with #608FCA
Text Example
Text Example
White with #608FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FCA; }
p { color: rgb(96,143,202); }
H1.HeaderClassName
{
color: #608FCA;
}
.AnyTagClassName
{
color: #608FCA;
}
</style>
background-color css
<style>
a { background-color: #608FCA; }
a { background-color: rgb(96,143,202); }
div.DivClassName
{
background-color: #608FCA;
}
.BgClassName
{
background-color: #608FCA;
}
</style>
border-color css
<style>
span { border-color: #608FCA; }
span { border-color: rgb(96,143,202); }
td.TdClassName
{
border-color: #608FCA;
}
.TagClassName
{
border-color: #608FCA;
}
</style>