Shades of Mosque #06605B
Tints of Mosque #06605B
RGB
CMYK
RGB Variations
Color information
#06605B (or 0x06605B) is known color: Mosque. HEX triplet: 06, 60 and 5B. RGB value is (6,96,91). Sum of RGB (Red+Green+Blue) = 6+96+91=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #06605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06605B is #F99FA4. Grayscale: #444444. Windows color (decimal): -16359333 or 5988358. OLE color: 5988358.
HSL color Cylindrical-coordinate representation of color #06605B: hue angle of 176.67º 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 #06605B is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 91 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.62 |
| HSL | 176.67º | 0.88% | 0.2% | - |
| HSV(B) | 176.67º | 0.94% | 0.38% | - |
| XYZ | 6.15 | 9.16 | 11.34 | - |
| YUV | 68.52 | 140.68 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 91 | 0.94 | 0 | 0.05 | 0.62 | 176.67 | 0.88 | 0.2 |
| Hex | 6 | 60 | 5B | 5E | 0 | 5 | 3E | B1 | 58 | 14 |
| Octal | 6 | 140 | 133 | 136 | 0 | 5 | 76 | 261 | 130 | 24 |
| Binary | 110 | 1100000 | 1011011 | 1011110 | 0 | 101 | 111110 | 10110001 | 1011000 | 10100 |
Color Harmonies of #06605B
Complementary color
Monochromatic Colors of #06605B
Black with #06605B
Text Example
Text Example
White with #06605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06605B; }
p { color: rgb(6,96,91); }
H1.HeaderClassName
{
color: #06605B;
}
.AnyTagClassName
{
color: #06605B;
}
</style>
background-color css
<style>
a { background-color: #06605B; }
a { background-color: rgb(6,96,91); }
div.DivClassName
{
background-color: #06605B;
}
.BgClassName
{
background-color: #06605B;
}
</style>
border-color css
<style>
span { border-color: #06605B; }
span { border-color: rgb(6,96,91); }
td.TdClassName
{
border-color: #06605B;
}
.TagClassName
{
border-color: #06605B;
}
</style>