Shades of Mosque #06605C
Tints of Mosque #06605C
RGB
CMYK
RGB Variations
Color information
#06605C (or 0x06605C) is known color: Mosque. HEX triplet: 06, 60 and 5C. RGB value is (6,96,92). Sum of RGB (Red+Green+Blue) = 6+96+92=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #06605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06605C is #F99FA3. Grayscale: #444444. Windows color (decimal): -16359332 or 6053894. OLE color: 6053894.
HSL color Cylindrical-coordinate representation of color #06605C: hue angle of 177.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06605C is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 92 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.62 |
| HSL | 177.33º | 0.88% | 0.2% | - |
| HSV(B) | 177.33º | 0.94% | 0.38% | - |
| XYZ | 6.19 | 9.18 | 11.57 | - |
| YUV | 68.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 92 | 0.94 | 0 | 0.04 | 0.62 | 177.33 | 0.88 | 0.2 |
| Hex | 6 | 60 | 5C | 5E | 0 | 4 | 3E | B1 | 58 | 14 |
| Octal | 6 | 140 | 134 | 136 | 0 | 4 | 76 | 261 | 130 | 24 |
| Binary | 110 | 1100000 | 1011100 | 1011110 | 0 | 100 | 111110 | 10110001 | 1011000 | 10100 |
Color Harmonies of #06605C
Complementary color
Monochromatic Colors of #06605C
Black with #06605C
Text Example
Text Example
White with #06605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06605C; }
p { color: rgb(6,96,92); }
H1.HeaderClassName
{
color: #06605C;
}
.AnyTagClassName
{
color: #06605C;
}
</style>
background-color css
<style>
a { background-color: #06605C; }
a { background-color: rgb(6,96,92); }
div.DivClassName
{
background-color: #06605C;
}
.BgClassName
{
background-color: #06605C;
}
</style>
border-color css
<style>
span { border-color: #06605C; }
span { border-color: rgb(6,96,92); }
td.TdClassName
{
border-color: #06605C;
}
.TagClassName
{
border-color: #06605C;
}
</style>