Shades of Sirocco #607869
Tints of Sirocco #607869
RGB
CMYK
RGB Variations
Color information
#607869 (or 0x607869) is known color: Sirocco. HEX triplet: 60, 78 and 69. RGB value is (96,120,105). Sum of RGB (Red+Green+Blue) = 96+120+105=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #607869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607869 is #9F8796. Grayscale: #6F6F6F. Windows color (decimal): -10454935 or 6912096. OLE color: 6912096.
HSL color Cylindrical-coordinate representation of color #607869: hue angle of 142.5º 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 #607869 is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 105 | - |
| CMYK | 0.2 | 0 | 0.13 | 0.53 |
| HSL | 142.5º | 0.11% | 0.42% | - |
| HSV(B) | 142.5º | 0.2% | 0.47% | - |
| XYZ | 14.09 | 16.94 | 15.89 | - |
| YUV | 111.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 105 | 0.2 | 0 | 0.13 | 0.53 | 142.5 | 0.11 | 0.42 |
| Hex | 60 | 78 | 69 | 14 | 0 | D | 35 | 8E | B | 2A |
| Octal | 140 | 170 | 151 | 24 | 0 | 15 | 65 | 216 | 13 | 52 |
| Binary | 1100000 | 1111000 | 1101001 | 10100 | 0 | 1101 | 110101 | 10001110 | 1011 | 101010 |
Color Harmonies of #607869
Complementary color
Monochromatic Colors of #607869
Black with #607869
Text Example
Text Example
White with #607869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607869; }
p { color: rgb(96,120,105); }
H1.HeaderClassName
{
color: #607869;
}
.AnyTagClassName
{
color: #607869;
}
</style>
background-color css
<style>
a { background-color: #607869; }
a { background-color: rgb(96,120,105); }
div.DivClassName
{
background-color: #607869;
}
.BgClassName
{
background-color: #607869;
}
</style>
border-color css
<style>
span { border-color: #607869; }
span { border-color: rgb(96,120,105); }
td.TdClassName
{
border-color: #607869;
}
.TagClassName
{
border-color: #607869;
}
</style>