Shades of Danube #608FC1
Tints of Danube #608FC1
RGB
CMYK
RGB Variations
Color information
#608FC1 (or 0x608FC1) is known color: Danube. HEX triplet: 60, 8F and C1. RGB value is (96,143,193). Sum of RGB (Red+Green+Blue) = 96+143+193=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #608FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FC1 is #9F703E. Grayscale: #868686. Windows color (decimal): -10448959 or 12685152. OLE color: 12685152.
HSL color Cylindrical-coordinate representation of color #608FC1: hue angle of 210.93º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608FC1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 143 | 193 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.24 |
| HSL | 210.93º | 0.44% | 0.57% | - |
| HSV(B) | 210.93º | 0.5% | 0.76% | - |
| XYZ | 24.27 | 25.98 | 54.19 | - |
| YUV | 134.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 193 | 0.50 | 0.26 | 0 | 0.24 | 210.93 | 0.44 | 0.57 |
| Hex | 60 | 8F | C1 | 32 | 1A | 0 | 18 | D3 | 2C | 39 |
| Octal | 140 | 217 | 301 | 62 | 32 | 0 | 30 | 323 | 54 | 71 |
| Binary | 1100000 | 10001111 | 11000001 | 110010 | 11010 | 0 | 11000 | 11010011 | 101100 | 111001 |
Color Harmonies of #608FC1
Complementary color
Monochromatic Colors of #608FC1
Black with #608FC1
Text Example
Text Example
White with #608FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FC1; }
p { color: rgb(96,143,193); }
H1.HeaderClassName
{
color: #608FC1;
}
.AnyTagClassName
{
color: #608FC1;
}
</style>
background-color css
<style>
a { background-color: #608FC1; }
a { background-color: rgb(96,143,193); }
div.DivClassName
{
background-color: #608FC1;
}
.BgClassName
{
background-color: #608FC1;
}
</style>
border-color css
<style>
span { border-color: #608FC1; }
span { border-color: rgb(96,143,193); }
td.TdClassName
{
border-color: #608FC1;
}
.TagClassName
{
border-color: #608FC1;
}
</style>