Shades of Sirocco #607B67
Tints of Sirocco #607B67
RGB
CMYK
RGB Variations
Color information
#607B67 (or 0x607B67) is known color: Sirocco. HEX triplet: 60, 7B and 67. RGB value is (96,123,103). Sum of RGB (Red+Green+Blue) = 96+123+103=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #607B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B67 is #9F8498. Grayscale: #707070. Windows color (decimal): -10454169 or 6781792. OLE color: 6781792.
HSL color Cylindrical-coordinate representation of color #607B67: hue angle of 135.56º 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 #607B67 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 103 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.52 |
| HSL | 135.56º | 0.12% | 0.43% | - |
| HSV(B) | 135.56º | 0.22% | 0.48% | - |
| XYZ | 14.36 | 17.63 | 15.48 | - |
| YUV | 112.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 103 | 0.22 | 0 | 0.16 | 0.52 | 135.56 | 0.12 | 0.43 |
| Hex | 60 | 7B | 67 | 16 | 0 | 10 | 34 | 88 | C | 2B |
| Octal | 140 | 173 | 147 | 26 | 0 | 20 | 64 | 210 | 14 | 53 |
| Binary | 1100000 | 1111011 | 1100111 | 10110 | 0 | 10000 | 110100 | 10001000 | 1100 | 101011 |
Color Harmonies of #607B67
Complementary color
Monochromatic Colors of #607B67
Black with #607B67
Text Example
Text Example
White with #607B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B67; }
p { color: rgb(96,123,103); }
H1.HeaderClassName
{
color: #607B67;
}
.AnyTagClassName
{
color: #607B67;
}
</style>
background-color css
<style>
a { background-color: #607B67; }
a { background-color: rgb(96,123,103); }
div.DivClassName
{
background-color: #607B67;
}
.BgClassName
{
background-color: #607B67;
}
</style>
border-color css
<style>
span { border-color: #607B67; }
span { border-color: rgb(96,123,103); }
td.TdClassName
{
border-color: #607B67;
}
.TagClassName
{
border-color: #607B67;
}
</style>