Shades of Mosque #065D63
Tints of Mosque #065D63
RGB
CMYK
RGB Variations
Color information
#065D63 (or 0x065D63) is known color: Mosque. HEX triplet: 06, 5D and 63. RGB value is (6,93,99). Sum of RGB (Red+Green+Blue) = 6+93+99=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #065D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D63 is #F9A29C. Grayscale: #434343. Windows color (decimal): -16360093 or 6511878. OLE color: 6511878.
HSL color Cylindrical-coordinate representation of color #065D63: hue angle of 183.87º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D63 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 93 | 99 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.61 |
| HSL | 183.87º | 0.89% | 0.21% | - |
| HSV(B) | 183.87º | 0.94% | 0.39% | - |
| XYZ | 6.24 | 8.77 | 13.17 | - |
| YUV | 67.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 99 | 0.94 | 0.06 | 0 | 0.61 | 183.87 | 0.89 | 0.21 |
| Hex | 6 | 5D | 63 | 5E | 6 | 0 | 3D | B8 | 59 | 15 |
| Octal | 6 | 135 | 143 | 136 | 6 | 0 | 75 | 270 | 131 | 25 |
| Binary | 110 | 1011101 | 1100011 | 1011110 | 110 | 0 | 111101 | 10111000 | 1011001 | 10101 |
Color Harmonies of #065D63
Complementary color
Monochromatic Colors of #065D63
Black with #065D63
Text Example
Text Example
White with #065D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D63; }
p { color: rgb(6,93,99); }
H1.HeaderClassName
{
color: #065D63;
}
.AnyTagClassName
{
color: #065D63;
}
</style>
background-color css
<style>
a { background-color: #065D63; }
a { background-color: rgb(6,93,99); }
div.DivClassName
{
background-color: #065D63;
}
.BgClassName
{
background-color: #065D63;
}
</style>
border-color css
<style>
span { border-color: #065D63; }
span { border-color: rgb(6,93,99); }
td.TdClassName
{
border-color: #065D63;
}
.TagClassName
{
border-color: #065D63;
}
</style>