Shades of Sirocco #607E66
Tints of Sirocco #607E66
RGB
CMYK
RGB Variations
Color information
#607E66 (or 0x607E66) is known color: Sirocco. HEX triplet: 60, 7E and 66. RGB value is (96,126,102). Sum of RGB (Red+Green+Blue) = 96+126+102=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #607E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E66 is #9F8199. Grayscale: #727272. Windows color (decimal): -10453402 or 6717024. OLE color: 6717024.
HSL color Cylindrical-coordinate representation of color #607E66: hue angle of 132º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E66 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 126 | 102 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.51 |
| HSL | 132º | 0.14% | 0.44% | - |
| HSV(B) | 132º | 0.24% | 0.49% | - |
| XYZ | 14.68 | 18.37 | 15.34 | - |
| YUV | 114.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 102 | 0.24 | 0 | 0.19 | 0.51 | 132 | 0.14 | 0.44 |
| Hex | 60 | 7E | 66 | 18 | 0 | 13 | 33 | 84 | E | 2C |
| Octal | 140 | 176 | 146 | 30 | 0 | 23 | 63 | 204 | 16 | 54 |
| Binary | 1100000 | 1111110 | 1100110 | 11000 | 0 | 10011 | 110011 | 10000100 | 1110 | 101100 |
Color Harmonies of #607E66
Complementary color
Monochromatic Colors of #607E66
Black with #607E66
Text Example
Text Example
White with #607E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E66; }
p { color: rgb(96,126,102); }
H1.HeaderClassName
{
color: #607E66;
}
.AnyTagClassName
{
color: #607E66;
}
</style>
background-color css
<style>
a { background-color: #607E66; }
a { background-color: rgb(96,126,102); }
div.DivClassName
{
background-color: #607E66;
}
.BgClassName
{
background-color: #607E66;
}
</style>
border-color css
<style>
span { border-color: #607E66; }
span { border-color: rgb(96,126,102); }
td.TdClassName
{
border-color: #607E66;
}
.TagClassName
{
border-color: #607E66;
}
</style>