Shades of Sirocco #607F6C
Tints of Sirocco #607F6C
RGB
CMYK
RGB Variations
Color information
#607F6C (or 0x607F6C) is known color: Sirocco. HEX triplet: 60, 7F and 6C. RGB value is (96,127,108). Sum of RGB (Red+Green+Blue) = 96+127+108=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 127 - color contains mainly: green. Hex color #607F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F6C is #9F8093. Grayscale: #737373. Windows color (decimal): -10453140 or 7110496. OLE color: 7110496.
HSL color Cylindrical-coordinate representation of color #607F6C: hue angle of 143.23º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F6C is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 108 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.50 |
| HSL | 143.23º | 0.14% | 0.44% | - |
| HSV(B) | 143.23º | 0.24% | 0.5% | - |
| XYZ | 15.12 | 18.75 | 17.01 | - |
| YUV | 115.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 108 | 0.24 | 0 | 0.15 | 0.50 | 143.23 | 0.14 | 0.44 |
| Hex | 60 | 7F | 6C | 18 | 0 | F | 32 | 8F | E | 2C |
| Octal | 140 | 177 | 154 | 30 | 0 | 17 | 62 | 217 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1101100 | 11000 | 0 | 1111 | 110010 | 10001111 | 1110 | 101100 |
Color Harmonies of #607F6C
Complementary color
Monochromatic Colors of #607F6C
Black with #607F6C
Text Example
Text Example
White with #607F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F6C; }
p { color: rgb(96,127,108); }
H1.HeaderClassName
{
color: #607F6C;
}
.AnyTagClassName
{
color: #607F6C;
}
</style>
background-color css
<style>
a { background-color: #607F6C; }
a { background-color: rgb(96,127,108); }
div.DivClassName
{
background-color: #607F6C;
}
.BgClassName
{
background-color: #607F6C;
}
</style>
border-color css
<style>
span { border-color: #607F6C; }
span { border-color: rgb(96,127,108); }
td.TdClassName
{
border-color: #607F6C;
}
.TagClassName
{
border-color: #607F6C;
}
</style>