Shades of Sirocco #607D68
Tints of Sirocco #607D68
RGB
CMYK
RGB Variations
Color information
#607D68 (or 0x607D68) is known color: Sirocco. HEX triplet: 60, 7D and 68. RGB value is (96,125,104). Sum of RGB (Red+Green+Blue) = 96+125+104=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #607D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607D68 is #9F8297. Grayscale: #717171. Windows color (decimal): -10453656 or 6847840. OLE color: 6847840.
HSL color Cylindrical-coordinate representation of color #607D68: hue angle of 136.55º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607D68 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 125 | 104 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.51 |
| HSL | 136.55º | 0.13% | 0.43% | - |
| HSV(B) | 136.55º | 0.23% | 0.49% | - |
| XYZ | 14.66 | 18.15 | 15.83 | - |
| YUV | 113.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 104 | 0.23 | 0 | 0.17 | 0.51 | 136.55 | 0.13 | 0.43 |
| Hex | 60 | 7D | 68 | 17 | 0 | 11 | 33 | 89 | D | 2B |
| Octal | 140 | 175 | 150 | 27 | 0 | 21 | 63 | 211 | 15 | 53 |
| Binary | 1100000 | 1111101 | 1101000 | 10111 | 0 | 10001 | 110011 | 10001001 | 1101 | 101011 |
Color Harmonies of #607D68
Complementary color
Monochromatic Colors of #607D68
Black with #607D68
Text Example
Text Example
White with #607D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D68; }
p { color: rgb(96,125,104); }
H1.HeaderClassName
{
color: #607D68;
}
.AnyTagClassName
{
color: #607D68;
}
</style>
background-color css
<style>
a { background-color: #607D68; }
a { background-color: rgb(96,125,104); }
div.DivClassName
{
background-color: #607D68;
}
.BgClassName
{
background-color: #607D68;
}
</style>
border-color css
<style>
span { border-color: #607D68; }
span { border-color: rgb(96,125,104); }
td.TdClassName
{
border-color: #607D68;
}
.TagClassName
{
border-color: #607D68;
}
</style>