Shades of Sirocco #697B6E
Tints of Sirocco #697B6E
RGB
CMYK
RGB Variations
Color information
#697B6E (or 0x697B6E) is known color: Sirocco. HEX triplet: 69, 7B and 6E. RGB value is (105,123,110). Sum of RGB (Red+Green+Blue) = 105+123+110=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #697B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B6E is #968491. Grayscale: #747474. Windows color (decimal): -9864338 or 7240553. OLE color: 7240553.
HSL color Cylindrical-coordinate representation of color #697B6E: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697B6E is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 110 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.52 |
| HSL | 136.67º | 0.08% | 0.45% | - |
| HSV(B) | 136.67º | 0.15% | 0.48% | - |
| XYZ | 15.72 | 18.29 | 17.45 | - |
| YUV | 116.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 110 | 0.15 | 0 | 0.11 | 0.52 | 136.67 | 0.08 | 0.45 |
| Hex | 69 | 7B | 6E | F | 0 | B | 34 | 89 | 8 | 2D |
| Octal | 151 | 173 | 156 | 17 | 0 | 13 | 64 | 211 | 10 | 55 |
| Binary | 1101001 | 1111011 | 1101110 | 1111 | 0 | 1011 | 110100 | 10001001 | 1000 | 101101 |
Color Harmonies of #697B6E
Complementary color
Monochromatic Colors of #697B6E
Black with #697B6E
Text Example
Text Example
White with #697B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B6E; }
p { color: rgb(105,123,110); }
H1.HeaderClassName
{
color: #697B6E;
}
.AnyTagClassName
{
color: #697B6E;
}
</style>
background-color css
<style>
a { background-color: #697B6E; }
a { background-color: rgb(105,123,110); }
div.DivClassName
{
background-color: #697B6E;
}
.BgClassName
{
background-color: #697B6E;
}
</style>
border-color css
<style>
span { border-color: #697B6E; }
span { border-color: rgb(105,123,110); }
td.TdClassName
{
border-color: #697B6E;
}
.TagClassName
{
border-color: #697B6E;
}
</style>