Shades of Sirocco #697A6D
Tints of Sirocco #697A6D
RGB
CMYK
RGB Variations
Color information
#697A6D (or 0x697A6D) is known color: Sirocco. HEX triplet: 69, 7A and 6D. RGB value is (105,122,109). Sum of RGB (Red+Green+Blue) = 105+122+109=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 122 - color contains mainly: green. Hex color #697A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A6D is #968592. Grayscale: #737373. Windows color (decimal): -9864595 or 7174761. OLE color: 7174761.
HSL color Cylindrical-coordinate representation of color #697A6D: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697A6D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 109 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.52 |
| HSL | 134.12º | 0.07% | 0.45% | - |
| HSV(B) | 134.12º | 0.14% | 0.48% | - |
| XYZ | 15.55 | 18.03 | 17.13 | - |
| YUV | 115.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 109 | 0.14 | 0 | 0.11 | 0.52 | 134.12 | 0.07 | 0.45 |
| Hex | 69 | 7A | 6D | E | 0 | B | 34 | 86 | 7 | 2D |
| Octal | 151 | 172 | 155 | 16 | 0 | 13 | 64 | 206 | 7 | 55 |
| Binary | 1101001 | 1111010 | 1101101 | 1110 | 0 | 1011 | 110100 | 10000110 | 111 | 101101 |
Color Harmonies of #697A6D
Complementary color
Monochromatic Colors of #697A6D
Black with #697A6D
Text Example
Text Example
White with #697A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A6D; }
p { color: rgb(105,122,109); }
H1.HeaderClassName
{
color: #697A6D;
}
.AnyTagClassName
{
color: #697A6D;
}
</style>
background-color css
<style>
a { background-color: #697A6D; }
a { background-color: rgb(105,122,109); }
div.DivClassName
{
background-color: #697A6D;
}
.BgClassName
{
background-color: #697A6D;
}
</style>
border-color css
<style>
span { border-color: #697A6D; }
span { border-color: rgb(105,122,109); }
td.TdClassName
{
border-color: #697A6D;
}
.TagClassName
{
border-color: #697A6D;
}
</style>