Shades of Mosque #06545B
Tints of Mosque #06545B
RGB
CMYK
RGB Variations
Color information
#06545B (or 0x06545B) is known color: Mosque. HEX triplet: 06, 54 and 5B. RGB value is (6,84,91). Sum of RGB (Red+Green+Blue) = 6+84+91=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #06545B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06545B is #F9ABA4. Grayscale: #3D3D3D. Windows color (decimal): -16362405 or 5985286. OLE color: 5985286.
HSL color Cylindrical-coordinate representation of color #06545B: hue angle of 184.94º 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 #06545B is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 84 | 91 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.64 |
| HSL | 184.94º | 0.88% | 0.19% | - |
| HSV(B) | 184.94º | 0.93% | 0.36% | - |
| XYZ | 5.13 | 7.13 | 11 | - |
| YUV | 61.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 91 | 0.93 | 0.08 | 0 | 0.64 | 184.94 | 0.88 | 0.19 |
| Hex | 6 | 54 | 5B | 5D | 8 | 0 | 40 | B9 | 58 | 13 |
| Octal | 6 | 124 | 133 | 135 | 10 | 0 | 100 | 271 | 130 | 23 |
| Binary | 110 | 1010100 | 1011011 | 1011101 | 1000 | 0 | 1000000 | 10111001 | 1011000 | 10011 |
Color Harmonies of #06545B
Complementary color
Monochromatic Colors of #06545B
Black with #06545B
Text Example
Text Example
White with #06545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06545B; }
p { color: rgb(6,84,91); }
H1.HeaderClassName
{
color: #06545B;
}
.AnyTagClassName
{
color: #06545B;
}
</style>
background-color css
<style>
a { background-color: #06545B; }
a { background-color: rgb(6,84,91); }
div.DivClassName
{
background-color: #06545B;
}
.BgClassName
{
background-color: #06545B;
}
</style>
border-color css
<style>
span { border-color: #06545B; }
span { border-color: rgb(6,84,91); }
td.TdClassName
{
border-color: #06545B;
}
.TagClassName
{
border-color: #06545B;
}
</style>