Shades of Mosque #065B62
Tints of Mosque #065B62
RGB
CMYK
RGB Variations
Color information
#065B62 (or 0x065B62) is known color: Mosque. HEX triplet: 06, 5B and 62. RGB value is (6,91,98). Sum of RGB (Red+Green+Blue) = 6+91+98=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #065B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B62 is #F9A49D. Grayscale: #424242. Windows color (decimal): -16360606 or 6445830. OLE color: 6445830.
HSL color Cylindrical-coordinate representation of color #065B62: hue angle of 184.57º 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 #065B62 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 91 | 98 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.62 |
| HSL | 184.57º | 0.88% | 0.2% | - |
| HSV(B) | 184.57º | 0.94% | 0.38% | - |
| XYZ | 6.02 | 8.4 | 12.86 | - |
| YUV | 66.38 | 145.84 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 98 | 0.94 | 0.07 | 0 | 0.62 | 184.57 | 0.88 | 0.2 |
| Hex | 6 | 5B | 62 | 5E | 7 | 0 | 3E | B9 | 58 | 14 |
| Octal | 6 | 133 | 142 | 136 | 7 | 0 | 76 | 271 | 130 | 24 |
| Binary | 110 | 1011011 | 1100010 | 1011110 | 111 | 0 | 111110 | 10111001 | 1011000 | 10100 |
Color Harmonies of #065B62
Complementary color
Monochromatic Colors of #065B62
Black with #065B62
Text Example
Text Example
White with #065B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B62; }
p { color: rgb(6,91,98); }
H1.HeaderClassName
{
color: #065B62;
}
.AnyTagClassName
{
color: #065B62;
}
</style>
background-color css
<style>
a { background-color: #065B62; }
a { background-color: rgb(6,91,98); }
div.DivClassName
{
background-color: #065B62;
}
.BgClassName
{
background-color: #065B62;
}
</style>
border-color css
<style>
span { border-color: #065B62; }
span { border-color: rgb(6,91,98); }
td.TdClassName
{
border-color: #065B62;
}
.TagClassName
{
border-color: #065B62;
}
</style>