Shades of Mosque #06555E
Tints of Mosque #06555E
RGB
CMYK
RGB Variations
Color information
#06555E (or 0x06555E) is known color: Mosque. HEX triplet: 06, 55 and 5E. RGB value is (6,85,94). Sum of RGB (Red+Green+Blue) = 6+85+94=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #06555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06555E is #F9AAA1. Grayscale: #3E3E3E. Windows color (decimal): -16362146 or 6182150. OLE color: 6182150.
HSL color Cylindrical-coordinate representation of color #06555E: hue angle of 186.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06555E is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 85 | 94 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.63 |
| HSL | 186.14º | 0.88% | 0.2% | - |
| HSV(B) | 186.14º | 0.94% | 0.37% | - |
| XYZ | 5.34 | 7.34 | 11.73 | - |
| YUV | 62.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 94 | 0.94 | 0.10 | 0 | 0.63 | 186.14 | 0.88 | 0.2 |
| Hex | 6 | 55 | 5E | 5E | A | 0 | 3F | BA | 58 | 14 |
| Octal | 6 | 125 | 136 | 136 | 12 | 0 | 77 | 272 | 130 | 24 |
| Binary | 110 | 1010101 | 1011110 | 1011110 | 1010 | 0 | 111111 | 10111010 | 1011000 | 10100 |
Color Harmonies of #06555E
Complementary color
Monochromatic Colors of #06555E
Black with #06555E
Text Example
Text Example
White with #06555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06555E; }
p { color: rgb(6,85,94); }
H1.HeaderClassName
{
color: #06555E;
}
.AnyTagClassName
{
color: #06555E;
}
</style>
background-color css
<style>
a { background-color: #06555E; }
a { background-color: rgb(6,85,94); }
div.DivClassName
{
background-color: #06555E;
}
.BgClassName
{
background-color: #06555E;
}
</style>
border-color css
<style>
span { border-color: #06555E; }
span { border-color: rgb(6,85,94); }
td.TdClassName
{
border-color: #06555E;
}
.TagClassName
{
border-color: #06555E;
}
</style>