Shades of Sirocco #607B66
Tints of Sirocco #607B66
RGB
CMYK
RGB Variations
Color information
#607B66 (or 0x607B66) is known color: Sirocco. HEX triplet: 60, 7B and 66. RGB value is (96,123,102). Sum of RGB (Red+Green+Blue) = 96+123+102=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #607B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B66 is #9F8499. Grayscale: #707070. Windows color (decimal): -10454170 or 6716256. OLE color: 6716256.
HSL color Cylindrical-coordinate representation of color #607B66: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607B66 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 102 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.52 |
| HSL | 133.33º | 0.12% | 0.43% | - |
| HSV(B) | 133.33º | 0.22% | 0.48% | - |
| XYZ | 14.31 | 17.61 | 15.22 | - |
| YUV | 112.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 102 | 0.22 | 0 | 0.17 | 0.52 | 133.33 | 0.12 | 0.43 |
| Hex | 60 | 7B | 66 | 16 | 0 | 11 | 34 | 85 | C | 2B |
| Octal | 140 | 173 | 146 | 26 | 0 | 21 | 64 | 205 | 14 | 53 |
| Binary | 1100000 | 1111011 | 1100110 | 10110 | 0 | 10001 | 110100 | 10000101 | 1100 | 101011 |
Color Harmonies of #607B66
Complementary color
Monochromatic Colors of #607B66
Black with #607B66
Text Example
Text Example
White with #607B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B66; }
p { color: rgb(96,123,102); }
H1.HeaderClassName
{
color: #607B66;
}
.AnyTagClassName
{
color: #607B66;
}
</style>
background-color css
<style>
a { background-color: #607B66; }
a { background-color: rgb(96,123,102); }
div.DivClassName
{
background-color: #607B66;
}
.BgClassName
{
background-color: #607B66;
}
</style>
border-color css
<style>
span { border-color: #607B66; }
span { border-color: rgb(96,123,102); }
td.TdClassName
{
border-color: #607B66;
}
.TagClassName
{
border-color: #607B66;
}
</style>