Shades of Sirocco #6F897B
Tints of Sirocco #6F897B
RGB
CMYK
RGB Variations
Color information
#6F897B (or 0x6F897B) is known color: Sirocco. HEX triplet: 6F, 89 and 7B. RGB value is (111,137,123). Sum of RGB (Red+Green+Blue) = 111+137+123=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #6F897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F897B is #907684. Grayscale: #7F7F7F. Windows color (decimal): -9467525 or 8096111. OLE color: 8096111.
HSL color Cylindrical-coordinate representation of color #6F897B: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F897B is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 123 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.46 |
| HSL | 147.69º | 0.1% | 0.49% | - |
| HSV(B) | 147.69º | 0.19% | 0.54% | - |
| XYZ | 19.08 | 22.7 | 22.12 | - |
| YUV | 127.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 123 | 0.19 | 0 | 0.10 | 0.46 | 147.69 | 0.1 | 0.49 |
| Hex | 6F | 89 | 7B | 13 | 0 | A | 2E | 94 | A | 31 |
| Octal | 157 | 211 | 173 | 23 | 0 | 12 | 56 | 224 | 12 | 61 |
| Binary | 1101111 | 10001001 | 1111011 | 10011 | 0 | 1010 | 101110 | 10010100 | 1010 | 110001 |
Color Harmonies of #6F897B
Complementary color
Monochromatic Colors of #6F897B
Black with #6F897B
Text Example
Text Example
White with #6F897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F897B; }
p { color: rgb(111,137,123); }
H1.HeaderClassName
{
color: #6F897B;
}
.AnyTagClassName
{
color: #6F897B;
}
</style>
background-color css
<style>
a { background-color: #6F897B; }
a { background-color: rgb(111,137,123); }
div.DivClassName
{
background-color: #6F897B;
}
.BgClassName
{
background-color: #6F897B;
}
</style>
border-color css
<style>
span { border-color: #6F897B; }
span { border-color: rgb(111,137,123); }
td.TdClassName
{
border-color: #6F897B;
}
.TagClassName
{
border-color: #6F897B;
}
</style>