Shades of Sirocco #607864
Tints of Sirocco #607864
RGB
CMYK
RGB Variations
Color information
#607864 (or 0x607864) is known color: Sirocco. HEX triplet: 60, 78 and 64. RGB value is (96,120,100). Sum of RGB (Red+Green+Blue) = 96+120+100=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #607864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607864 is #9F879B. Grayscale: #6E6E6E. Windows color (decimal): -10454940 or 6584416. OLE color: 6584416.
HSL color Cylindrical-coordinate representation of color #607864: hue angle of 130º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607864 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 100 | - |
| CMYK | 0.2 | 0 | 0.17 | 0.53 |
| HSL | 130º | 0.11% | 0.42% | - |
| HSV(B) | 130º | 0.2% | 0.47% | - |
| XYZ | 13.84 | 16.84 | 14.58 | - |
| YUV | 110.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 100 | 0.2 | 0 | 0.17 | 0.53 | 130 | 0.11 | 0.42 |
| Hex | 60 | 78 | 64 | 14 | 0 | 11 | 35 | 82 | B | 2A |
| Octal | 140 | 170 | 144 | 24 | 0 | 21 | 65 | 202 | 13 | 52 |
| Binary | 1100000 | 1111000 | 1100100 | 10100 | 0 | 10001 | 110101 | 10000010 | 1011 | 101010 |
Color Harmonies of #607864
Complementary color
Monochromatic Colors of #607864
Black with #607864
Text Example
Text Example
White with #607864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607864; }
p { color: rgb(96,120,100); }
H1.HeaderClassName
{
color: #607864;
}
.AnyTagClassName
{
color: #607864;
}
</style>
background-color css
<style>
a { background-color: #607864; }
a { background-color: rgb(96,120,100); }
div.DivClassName
{
background-color: #607864;
}
.BgClassName
{
background-color: #607864;
}
</style>
border-color css
<style>
span { border-color: #607864; }
span { border-color: rgb(96,120,100); }
td.TdClassName
{
border-color: #607864;
}
.TagClassName
{
border-color: #607864;
}
</style>