Shades of Mosque #065B4B
Tints of Mosque #065B4B
RGB
CMYK
RGB Variations
Color information
#065B4B (or 0x065B4B) is known color: Mosque. HEX triplet: 06, 5B and 4B. RGB value is (6,91,75). Sum of RGB (Red+Green+Blue) = 6+91+75=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #065B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B4B is #F9A4B4. Grayscale: #3F3F3F. Windows color (decimal): -16360629 or 4938502. OLE color: 4938502.
HSL color Cylindrical-coordinate representation of color #065B4B: hue angle of 168.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B4B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 75 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.64 |
| HSL | 168.71º | 0.88% | 0.19% | - |
| HSV(B) | 168.71º | 0.93% | 0.36% | - |
| XYZ | 5.09 | 8.03 | 7.94 | - |
| YUV | 63.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 75 | 0.93 | 0 | 0.18 | 0.64 | 168.71 | 0.88 | 0.19 |
| Hex | 6 | 5B | 4B | 5D | 0 | 12 | 40 | A9 | 58 | 13 |
| Octal | 6 | 133 | 113 | 135 | 0 | 22 | 100 | 251 | 130 | 23 |
| Binary | 110 | 1011011 | 1001011 | 1011101 | 0 | 10010 | 1000000 | 10101001 | 1011000 | 10011 |
Color Harmonies of #065B4B
Complementary color
Monochromatic Colors of #065B4B
Black with #065B4B
Text Example
Text Example
White with #065B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B4B; }
p { color: rgb(6,91,75); }
H1.HeaderClassName
{
color: #065B4B;
}
.AnyTagClassName
{
color: #065B4B;
}
</style>
background-color css
<style>
a { background-color: #065B4B; }
a { background-color: rgb(6,91,75); }
div.DivClassName
{
background-color: #065B4B;
}
.BgClassName
{
background-color: #065B4B;
}
</style>
border-color css
<style>
span { border-color: #065B4B; }
span { border-color: rgb(6,91,75); }
td.TdClassName
{
border-color: #065B4B;
}
.TagClassName
{
border-color: #065B4B;
}
</style>