Shades of Sirocco #607F69
Tints of Sirocco #607F69
RGB
CMYK
RGB Variations
Color information
#607F69 (or 0x607F69) is known color: Sirocco. HEX triplet: 60, 7F and 69. RGB value is (96,127,105). Sum of RGB (Red+Green+Blue) = 96+127+105=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #607F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F69 is #9F8096. Grayscale: #737373. Windows color (decimal): -10453143 or 6913888. OLE color: 6913888.
HSL color Cylindrical-coordinate representation of color #607F69: hue angle of 137.42º 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 #607F69 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 105 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.50 |
| HSL | 137.42º | 0.14% | 0.44% | - |
| HSV(B) | 137.42º | 0.24% | 0.5% | - |
| XYZ | 14.96 | 18.69 | 16.18 | - |
| YUV | 115.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 105 | 0.24 | 0 | 0.17 | 0.50 | 137.42 | 0.14 | 0.44 |
| Hex | 60 | 7F | 69 | 18 | 0 | 11 | 32 | 89 | E | 2C |
| Octal | 140 | 177 | 151 | 30 | 0 | 21 | 62 | 211 | 16 | 54 |
| Binary | 1100000 | 1111111 | 1101001 | 11000 | 0 | 10001 | 110010 | 10001001 | 1110 | 101100 |
Color Harmonies of #607F69
Complementary color
Monochromatic Colors of #607F69
Black with #607F69
Text Example
Text Example
White with #607F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F69; }
p { color: rgb(96,127,105); }
H1.HeaderClassName
{
color: #607F69;
}
.AnyTagClassName
{
color: #607F69;
}
</style>
background-color css
<style>
a { background-color: #607F69; }
a { background-color: rgb(96,127,105); }
div.DivClassName
{
background-color: #607F69;
}
.BgClassName
{
background-color: #607F69;
}
</style>
border-color css
<style>
span { border-color: #607F69; }
span { border-color: rgb(96,127,105); }
td.TdClassName
{
border-color: #607F69;
}
.TagClassName
{
border-color: #607F69;
}
</style>