Shades of Sirocco #607A66
Tints of Sirocco #607A66
RGB
CMYK
RGB Variations
Color information
#607A66 (or 0x607A66) is known color: Sirocco. HEX triplet: 60, 7A and 66. RGB value is (96,122,102). Sum of RGB (Red+Green+Blue) = 96+122+102=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #607A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A66 is #9F8599. Grayscale: #6F6F6F. Windows color (decimal): -10454426 or 6716000. OLE color: 6716000.
HSL color Cylindrical-coordinate representation of color #607A66: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A66 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 102 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.52 |
| HSL | 133.85º | 0.12% | 0.43% | - |
| HSV(B) | 133.85º | 0.21% | 0.48% | - |
| XYZ | 14.18 | 17.37 | 15.17 | - |
| YUV | 111.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 102 | 0.21 | 0 | 0.16 | 0.52 | 133.85 | 0.12 | 0.43 |
| Hex | 60 | 7A | 66 | 15 | 0 | 10 | 34 | 86 | C | 2B |
| Octal | 140 | 172 | 146 | 25 | 0 | 20 | 64 | 206 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1100110 | 10101 | 0 | 10000 | 110100 | 10000110 | 1100 | 101011 |
Color Harmonies of #607A66
Complementary color
Monochromatic Colors of #607A66
Black with #607A66
Text Example
Text Example
White with #607A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A66; }
p { color: rgb(96,122,102); }
H1.HeaderClassName
{
color: #607A66;
}
.AnyTagClassName
{
color: #607A66;
}
</style>
background-color css
<style>
a { background-color: #607A66; }
a { background-color: rgb(96,122,102); }
div.DivClassName
{
background-color: #607A66;
}
.BgClassName
{
background-color: #607A66;
}
</style>
border-color css
<style>
span { border-color: #607A66; }
span { border-color: rgb(96,122,102); }
td.TdClassName
{
border-color: #607A66;
}
.TagClassName
{
border-color: #607A66;
}
</style>