Shades of Mosque #06585F
Tints of Mosque #06585F
RGB
CMYK
RGB Variations
Color information
#06585F (or 0x06585F) is known color: Mosque. HEX triplet: 06, 58 and 5F. RGB value is (6,88,95). Sum of RGB (Red+Green+Blue) = 6+88+95=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #06585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06585F is #F9A7A0. Grayscale: #404040. Windows color (decimal): -16361377 or 6248454. OLE color: 6248454.
HSL color Cylindrical-coordinate representation of color #06585F: hue angle of 184.72º 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 #06585F is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 88 | 95 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.63 |
| HSL | 184.72º | 0.88% | 0.2% | - |
| HSV(B) | 184.72º | 0.94% | 0.37% | - |
| XYZ | 5.63 | 7.84 | 12.04 | - |
| YUV | 64.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 95 | 0.94 | 0.07 | 0 | 0.63 | 184.72 | 0.88 | 0.2 |
| Hex | 6 | 58 | 5F | 5E | 7 | 0 | 3F | B9 | 58 | 14 |
| Octal | 6 | 130 | 137 | 136 | 7 | 0 | 77 | 271 | 130 | 24 |
| Binary | 110 | 1011000 | 1011111 | 1011110 | 111 | 0 | 111111 | 10111001 | 1011000 | 10100 |
Color Harmonies of #06585F
Complementary color
Monochromatic Colors of #06585F
Black with #06585F
Text Example
Text Example
White with #06585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06585F; }
p { color: rgb(6,88,95); }
H1.HeaderClassName
{
color: #06585F;
}
.AnyTagClassName
{
color: #06585F;
}
</style>
background-color css
<style>
a { background-color: #06585F; }
a { background-color: rgb(6,88,95); }
div.DivClassName
{
background-color: #06585F;
}
.BgClassName
{
background-color: #06585F;
}
</style>
border-color css
<style>
span { border-color: #06585F; }
span { border-color: rgb(6,88,95); }
td.TdClassName
{
border-color: #06585F;
}
.TagClassName
{
border-color: #06585F;
}
</style>