Shades of Mosque #06695F
Tints of Mosque #06695F
RGB
CMYK
RGB Variations
Color information
#06695F (or 0x06695F) is known color: Mosque. HEX triplet: 06, 69 and 5F. RGB value is (6,105,95). Sum of RGB (Red+Green+Blue) = 6+105+95=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #06695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06695F is #F996A0. Grayscale: #4A4A4A. Windows color (decimal): -16357025 or 6252806. OLE color: 6252806.
HSL color Cylindrical-coordinate representation of color #06695F: hue angle of 173.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06695F is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 95 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.59 |
| HSL | 173.94º | 0.89% | 0.22% | - |
| HSV(B) | 173.94º | 0.94% | 0.41% | - |
| XYZ | 7.19 | 10.97 | 12.56 | - |
| YUV | 74.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 95 | 0.94 | 0 | 0.10 | 0.59 | 173.94 | 0.89 | 0.22 |
| Hex | 6 | 69 | 5F | 5E | 0 | A | 3B | AE | 59 | 16 |
| Octal | 6 | 151 | 137 | 136 | 0 | 12 | 73 | 256 | 131 | 26 |
| Binary | 110 | 1101001 | 1011111 | 1011110 | 0 | 1010 | 111011 | 10101110 | 1011001 | 10110 |
Color Harmonies of #06695F
Complementary color
Monochromatic Colors of #06695F
Black with #06695F
Text Example
Text Example
White with #06695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06695F; }
p { color: rgb(6,105,95); }
H1.HeaderClassName
{
color: #06695F;
}
.AnyTagClassName
{
color: #06695F;
}
</style>
background-color css
<style>
a { background-color: #06695F; }
a { background-color: rgb(6,105,95); }
div.DivClassName
{
background-color: #06695F;
}
.BgClassName
{
background-color: #06695F;
}
</style>
border-color css
<style>
span { border-color: #06695F; }
span { border-color: rgb(6,105,95); }
td.TdClassName
{
border-color: #06695F;
}
.TagClassName
{
border-color: #06695F;
}
</style>