Shades of Mosque #06655C
Tints of Mosque #06655C
RGB
CMYK
RGB Variations
Color information
#06655C (or 0x06655C) is known color: Mosque. HEX triplet: 06, 65 and 5C. RGB value is (6,101,92). Sum of RGB (Red+Green+Blue) = 6+101+92=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #06655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06655C is #F99AA3. Grayscale: #474747. Windows color (decimal): -16358052 or 6055174. OLE color: 6055174.
HSL color Cylindrical-coordinate representation of color #06655C: hue angle of 174.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06655C is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 92 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.60 |
| HSL | 174.32º | 0.89% | 0.21% | - |
| HSV(B) | 174.32º | 0.94% | 0.4% | - |
| XYZ | 6.66 | 10.12 | 11.73 | - |
| YUV | 71.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 92 | 0.94 | 0 | 0.09 | 0.60 | 174.32 | 0.89 | 0.21 |
| Hex | 6 | 65 | 5C | 5E | 0 | 9 | 3C | AE | 59 | 15 |
| Octal | 6 | 145 | 134 | 136 | 0 | 11 | 74 | 256 | 131 | 25 |
| Binary | 110 | 1100101 | 1011100 | 1011110 | 0 | 1001 | 111100 | 10101110 | 1011001 | 10101 |
Color Harmonies of #06655C
Complementary color
Monochromatic Colors of #06655C
Black with #06655C
Text Example
Text Example
White with #06655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06655C; }
p { color: rgb(6,101,92); }
H1.HeaderClassName
{
color: #06655C;
}
.AnyTagClassName
{
color: #06655C;
}
</style>
background-color css
<style>
a { background-color: #06655C; }
a { background-color: rgb(6,101,92); }
div.DivClassName
{
background-color: #06655C;
}
.BgClassName
{
background-color: #06655C;
}
</style>
border-color css
<style>
span { border-color: #06655C; }
span { border-color: rgb(6,101,92); }
td.TdClassName
{
border-color: #06655C;
}
.TagClassName
{
border-color: #06655C;
}
</style>