Shades of Mosque #06574B
Tints of Mosque #06574B
RGB
CMYK
RGB Variations
Color information
#06574B (or 0x06574B) is known color: Mosque. HEX triplet: 06, 57 and 4B. RGB value is (6,87,75). Sum of RGB (Red+Green+Blue) = 6+87+75=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #06574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06574B is #F9A8B4. Grayscale: #3D3D3D. Windows color (decimal): -16361653 or 4937478. OLE color: 4937478.
HSL color Cylindrical-coordinate representation of color #06574B: hue angle of 171.11º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06574B is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 87 | 75 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.66 |
| HSL | 171.11º | 0.87% | 0.18% | - |
| HSV(B) | 171.11º | 0.93% | 0.34% | - |
| XYZ | 4.75 | 7.36 | 7.83 | - |
| YUV | 61.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 87 | 75 | 0.93 | 0 | 0.14 | 0.66 | 171.11 | 0.87 | 0.18 |
| Hex | 6 | 57 | 4B | 5D | 0 | E | 42 | AB | 57 | 12 |
| Octal | 6 | 127 | 113 | 135 | 0 | 16 | 102 | 253 | 127 | 22 |
| Binary | 110 | 1010111 | 1001011 | 1011101 | 0 | 1110 | 1000010 | 10101011 | 1010111 | 10010 |
Color Harmonies of #06574B
Complementary color
Monochromatic Colors of #06574B
Black with #06574B
Text Example
Text Example
White with #06574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06574B; }
p { color: rgb(6,87,75); }
H1.HeaderClassName
{
color: #06574B;
}
.AnyTagClassName
{
color: #06574B;
}
</style>
background-color css
<style>
a { background-color: #06574B; }
a { background-color: rgb(6,87,75); }
div.DivClassName
{
background-color: #06574B;
}
.BgClassName
{
background-color: #06574B;
}
</style>
border-color css
<style>
span { border-color: #06574B; }
span { border-color: rgb(6,87,75); }
td.TdClassName
{
border-color: #06574B;
}
.TagClassName
{
border-color: #06574B;
}
</style>