Shades of Mosque #06595B
Tints of Mosque #06595B
RGB
CMYK
RGB Variations
Color information
#06595B (or 0x06595B) is known color: Mosque. HEX triplet: 06, 59 and 5B. RGB value is (6,89,91). Sum of RGB (Red+Green+Blue) = 6+89+91=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #06595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06595B is #F9A6A4. Grayscale: #404040. Windows color (decimal): -16361125 or 5986566. OLE color: 5986566.
HSL color Cylindrical-coordinate representation of color #06595B: hue angle of 181.41º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06595B is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 89 | 91 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.64 |
| HSL | 181.41º | 0.88% | 0.19% | - |
| HSV(B) | 181.41º | 0.93% | 0.36% | - |
| XYZ | 5.54 | 7.94 | 11.14 | - |
| YUV | 64.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 91 | 0.93 | 0.02 | 0 | 0.64 | 181.41 | 0.88 | 0.19 |
| Hex | 6 | 59 | 5B | 5D | 2 | 0 | 40 | B5 | 58 | 13 |
| Octal | 6 | 131 | 133 | 135 | 2 | 0 | 100 | 265 | 130 | 23 |
| Binary | 110 | 1011001 | 1011011 | 1011101 | 10 | 0 | 1000000 | 10110101 | 1011000 | 10011 |
Color Harmonies of #06595B
Complementary color
Monochromatic Colors of #06595B
Black with #06595B
Text Example
Text Example
White with #06595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06595B; }
p { color: rgb(6,89,91); }
H1.HeaderClassName
{
color: #06595B;
}
.AnyTagClassName
{
color: #06595B;
}
</style>
background-color css
<style>
a { background-color: #06595B; }
a { background-color: rgb(6,89,91); }
div.DivClassName
{
background-color: #06595B;
}
.BgClassName
{
background-color: #06595B;
}
</style>
border-color css
<style>
span { border-color: #06595B; }
span { border-color: rgb(6,89,91); }
td.TdClassName
{
border-color: #06595B;
}
.TagClassName
{
border-color: #06595B;
}
</style>