Shades of Mosque #06665D
Tints of Mosque #06665D
RGB
CMYK
RGB Variations
Color information
#06665D (or 0x06665D) is known color: Mosque. HEX triplet: 06, 66 and 5D. RGB value is (6,102,93). Sum of RGB (Red+Green+Blue) = 6+102+93=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #06665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06665D is #F999A2. Grayscale: #484848. Windows color (decimal): -16357795 or 6120966. OLE color: 6120966.
HSL color Cylindrical-coordinate representation of color #06665D: hue angle of 174.38º 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 #06665D is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 93 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.6 |
| HSL | 174.38º | 0.89% | 0.21% | - |
| HSV(B) | 174.38º | 0.94% | 0.4% | - |
| XYZ | 6.8 | 10.33 | 11.99 | - |
| YUV | 72.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 93 | 0.94 | 0 | 0.09 | 0.6 | 174.38 | 0.89 | 0.21 |
| Hex | 6 | 66 | 5D | 5E | 0 | 9 | 3C | AE | 59 | 15 |
| Octal | 6 | 146 | 135 | 136 | 0 | 11 | 74 | 256 | 131 | 25 |
| Binary | 110 | 1100110 | 1011101 | 1011110 | 0 | 1001 | 111100 | 10101110 | 1011001 | 10101 |
Color Harmonies of #06665D
Complementary color
Monochromatic Colors of #06665D
Black with #06665D
Text Example
Text Example
White with #06665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06665D; }
p { color: rgb(6,102,93); }
H1.HeaderClassName
{
color: #06665D;
}
.AnyTagClassName
{
color: #06665D;
}
</style>
background-color css
<style>
a { background-color: #06665D; }
a { background-color: rgb(6,102,93); }
div.DivClassName
{
background-color: #06665D;
}
.BgClassName
{
background-color: #06665D;
}
</style>
border-color css
<style>
span { border-color: #06665D; }
span { border-color: rgb(6,102,93); }
td.TdClassName
{
border-color: #06665D;
}
.TagClassName
{
border-color: #06665D;
}
</style>