Shades of Mosque #065F62
Tints of Mosque #065F62
RGB
CMYK
RGB Variations
Color information
#065F62 (or 0x065F62) is known color: Mosque. HEX triplet: 06, 5F and 62. RGB value is (6,95,98). Sum of RGB (Red+Green+Blue) = 6+95+98=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #065F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F62 is #F9A09D. Grayscale: #444444. Windows color (decimal): -16359582 or 6446854. OLE color: 6446854.
HSL color Cylindrical-coordinate representation of color #065F62: hue angle of 181.96º 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 #065F62 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 95 | 98 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.62 |
| HSL | 181.96º | 0.88% | 0.2% | - |
| HSV(B) | 181.96º | 0.94% | 0.38% | - |
| XYZ | 6.37 | 9.1 | 12.98 | - |
| YUV | 68.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 98 | 0.94 | 0.03 | 0 | 0.62 | 181.96 | 0.88 | 0.2 |
| Hex | 6 | 5F | 62 | 5E | 3 | 0 | 3E | B6 | 58 | 14 |
| Octal | 6 | 137 | 142 | 136 | 3 | 0 | 76 | 266 | 130 | 24 |
| Binary | 110 | 1011111 | 1100010 | 1011110 | 11 | 0 | 111110 | 10110110 | 1011000 | 10100 |
Color Harmonies of #065F62
Complementary color
Monochromatic Colors of #065F62
Black with #065F62
Text Example
Text Example
White with #065F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F62; }
p { color: rgb(6,95,98); }
H1.HeaderClassName
{
color: #065F62;
}
.AnyTagClassName
{
color: #065F62;
}
</style>
background-color css
<style>
a { background-color: #065F62; }
a { background-color: rgb(6,95,98); }
div.DivClassName
{
background-color: #065F62;
}
.BgClassName
{
background-color: #065F62;
}
</style>
border-color css
<style>
span { border-color: #065F62; }
span { border-color: rgb(6,95,98); }
td.TdClassName
{
border-color: #065F62;
}
.TagClassName
{
border-color: #065F62;
}
</style>