Shades of Sirocco #607A6D
Tints of Sirocco #607A6D
RGB
CMYK
RGB Variations
Color information
#607A6D (or 0x607A6D) is known color: Sirocco. HEX triplet: 60, 7A and 6D. RGB value is (96,122,109). Sum of RGB (Red+Green+Blue) = 96+122+109=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #607A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A6D is #9F8592. Grayscale: #707070. Windows color (decimal): -10454419 or 7174752. OLE color: 7174752.
HSL color Cylindrical-coordinate representation of color #607A6D: hue angle of 150º 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 #607A6D is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 109 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.52 |
| HSL | 150º | 0.12% | 0.43% | - |
| HSV(B) | 150º | 0.21% | 0.48% | - |
| XYZ | 14.54 | 17.51 | 17.08 | - |
| YUV | 112.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 109 | 0.21 | 0 | 0.11 | 0.52 | 150 | 0.12 | 0.43 |
| Hex | 60 | 7A | 6D | 15 | 0 | B | 34 | 96 | C | 2B |
| Octal | 140 | 172 | 155 | 25 | 0 | 13 | 64 | 226 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1101101 | 10101 | 0 | 1011 | 110100 | 10010110 | 1100 | 101011 |
Color Harmonies of #607A6D
Complementary color
Monochromatic Colors of #607A6D
Black with #607A6D
Text Example
Text Example
White with #607A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A6D; }
p { color: rgb(96,122,109); }
H1.HeaderClassName
{
color: #607A6D;
}
.AnyTagClassName
{
color: #607A6D;
}
</style>
background-color css
<style>
a { background-color: #607A6D; }
a { background-color: rgb(96,122,109); }
div.DivClassName
{
background-color: #607A6D;
}
.BgClassName
{
background-color: #607A6D;
}
</style>
border-color css
<style>
span { border-color: #607A6D; }
span { border-color: rgb(96,122,109); }
td.TdClassName
{
border-color: #607A6D;
}
.TagClassName
{
border-color: #607A6D;
}
</style>