Shades of Danube #608FC3
Tints of Danube #608FC3
RGB
CMYK
RGB Variations
Color information
#608FC3 (or 0x608FC3) is known color: Danube. HEX triplet: 60, 8F and C3. RGB value is (96,143,195). Sum of RGB (Red+Green+Blue) = 96+143+195=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #608FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FC3 is #9F703C. Grayscale: #868686. Windows color (decimal): -10448957 or 12816224. OLE color: 12816224.
HSL color Cylindrical-coordinate representation of color #608FC3: hue angle of 211.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608FC3 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 143 | 195 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.24 |
| HSL | 211.52º | 0.45% | 0.57% | - |
| HSV(B) | 211.52º | 0.51% | 0.76% | - |
| XYZ | 24.5 | 26.07 | 55.37 | - |
| YUV | 134.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 195 | 0.51 | 0.27 | 0 | 0.24 | 211.52 | 0.45 | 0.57 |
| Hex | 60 | 8F | C3 | 33 | 1B | 0 | 18 | D4 | 2D | 39 |
| Octal | 140 | 217 | 303 | 63 | 33 | 0 | 30 | 324 | 55 | 71 |
| Binary | 1100000 | 10001111 | 11000011 | 110011 | 11011 | 0 | 11000 | 11010100 | 101101 | 111001 |
Color Harmonies of #608FC3
Complementary color
Monochromatic Colors of #608FC3
Black with #608FC3
Text Example
Text Example
White with #608FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FC3; }
p { color: rgb(96,143,195); }
H1.HeaderClassName
{
color: #608FC3;
}
.AnyTagClassName
{
color: #608FC3;
}
</style>
background-color css
<style>
a { background-color: #608FC3; }
a { background-color: rgb(96,143,195); }
div.DivClassName
{
background-color: #608FC3;
}
.BgClassName
{
background-color: #608FC3;
}
</style>
border-color css
<style>
span { border-color: #608FC3; }
span { border-color: rgb(96,143,195); }
td.TdClassName
{
border-color: #608FC3;
}
.TagClassName
{
border-color: #608FC3;
}
</style>