Shades of Sirocco #607069
Tints of Sirocco #607069
RGB
CMYK
RGB Variations
Color information
#607069 (or 0x607069) is known color: Sirocco. HEX triplet: 60, 70 and 69. RGB value is (96,112,105). Sum of RGB (Red+Green+Blue) = 96+112+105=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #607069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607069 is #9F8F96. Grayscale: #6A6A6A. Windows color (decimal): -10456983 or 6910048. OLE color: 6910048.
HSL color Cylindrical-coordinate representation of color #607069: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607069 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 105 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.56 |
| HSL | 153.75º | 0.08% | 0.41% | - |
| HSV(B) | 153.75º | 0.14% | 0.44% | - |
| XYZ | 13.17 | 15.1 | 15.58 | - |
| YUV | 106.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 105 | 0.14 | 0 | 0.06 | 0.56 | 153.75 | 0.08 | 0.41 |
| Hex | 60 | 70 | 69 | E | 0 | 6 | 38 | 9A | 8 | 29 |
| Octal | 140 | 160 | 151 | 16 | 0 | 6 | 70 | 232 | 10 | 51 |
| Binary | 1100000 | 1110000 | 1101001 | 1110 | 0 | 110 | 111000 | 10011010 | 1000 | 101001 |
Color Harmonies of #607069
Complementary color
Monochromatic Colors of #607069
Black with #607069
Text Example
Text Example
White with #607069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607069; }
p { color: rgb(96,112,105); }
H1.HeaderClassName
{
color: #607069;
}
.AnyTagClassName
{
color: #607069;
}
</style>
background-color css
<style>
a { background-color: #607069; }
a { background-color: rgb(96,112,105); }
div.DivClassName
{
background-color: #607069;
}
.BgClassName
{
background-color: #607069;
}
</style>
border-color css
<style>
span { border-color: #607069; }
span { border-color: rgb(96,112,105); }
td.TdClassName
{
border-color: #607069;
}
.TagClassName
{
border-color: #607069;
}
</style>