Shades of Mosque #065D60
Tints of Mosque #065D60
RGB
CMYK
RGB Variations
Color information
#065D60 (or 0x065D60) is known color: Mosque. HEX triplet: 06, 5D and 60. RGB value is (6,93,96). Sum of RGB (Red+Green+Blue) = 6+93+96=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #065D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D60 is #F9A29F. Grayscale: #434343. Windows color (decimal): -16360096 or 6315270. OLE color: 6315270.
HSL color Cylindrical-coordinate representation of color #065D60: hue angle of 182º 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 #065D60 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 93 | 96 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.62 |
| HSL | 182º | 0.88% | 0.2% | - |
| HSV(B) | 182º | 0.94% | 0.38% | - |
| XYZ | 6.1 | 8.71 | 12.43 | - |
| YUV | 67.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 96 | 0.94 | 0.03 | 0 | 0.62 | 182 | 0.88 | 0.2 |
| Hex | 6 | 5D | 60 | 5E | 3 | 0 | 3E | B6 | 58 | 14 |
| Octal | 6 | 135 | 140 | 136 | 3 | 0 | 76 | 266 | 130 | 24 |
| Binary | 110 | 1011101 | 1100000 | 1011110 | 11 | 0 | 111110 | 10110110 | 1011000 | 10100 |
Color Harmonies of #065D60
Complementary color
Monochromatic Colors of #065D60
Black with #065D60
Text Example
Text Example
White with #065D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D60; }
p { color: rgb(6,93,96); }
H1.HeaderClassName
{
color: #065D60;
}
.AnyTagClassName
{
color: #065D60;
}
</style>
background-color css
<style>
a { background-color: #065D60; }
a { background-color: rgb(6,93,96); }
div.DivClassName
{
background-color: #065D60;
}
.BgClassName
{
background-color: #065D60;
}
</style>
border-color css
<style>
span { border-color: #065D60; }
span { border-color: rgb(6,93,96); }
td.TdClassName
{
border-color: #065D60;
}
.TagClassName
{
border-color: #065D60;
}
</style>