Shades of Mosque #00645B
Tints of Mosque #00645B
RGB
CMYK
RGB Variations
Color information
#00645B (or 0x00645B) is known color: Mosque. HEX triplet: 00, 64 and 5B. RGB value is (0,100,91). Sum of RGB (Red+Green+Blue) = 0+100+91=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #00645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00645B is #FF9BA4. Grayscale: #454545. Windows color (decimal): -16751525 or 5989376. OLE color: 5989376.
HSL color Cylindrical-coordinate representation of color #00645B: hue angle of 174.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00645B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 91 | - |
| CMYK | 1 | 0 | 0.09 | 0.61 |
| HSL | 174.6º | 1% | 0.2% | - |
| HSV(B) | 174.6º | 1% | 0.39% | - |
| XYZ | 6.45 | 9.87 | 11.46 | - |
| YUV | 69.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 91 | 1 | 0 | 0.09 | 0.61 | 174.6 | 1 | 0.2 |
| Hex | 0 | 64 | 5B | 64 | 0 | 9 | 3D | AF | 64 | 14 |
| Octal | 0 | 144 | 133 | 144 | 0 | 11 | 75 | 257 | 144 | 24 |
| Binary | 0 | 1100100 | 1011011 | 1100100 | 0 | 1001 | 111101 | 10101111 | 1100100 | 10100 |
Color Harmonies of #00645B
Complementary color
Monochromatic Colors of #00645B
Black with #00645B
Text Example
Text Example
White with #00645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00645B; }
p { color: rgb(0,100,91); }
H1.HeaderClassName
{
color: #00645B;
}
.AnyTagClassName
{
color: #00645B;
}
</style>
background-color css
<style>
a { background-color: #00645B; }
a { background-color: rgb(0,100,91); }
div.DivClassName
{
background-color: #00645B;
}
.BgClassName
{
background-color: #00645B;
}
</style>
border-color css
<style>
span { border-color: #00645B; }
span { border-color: rgb(0,100,91); }
td.TdClassName
{
border-color: #00645B;
}
.TagClassName
{
border-color: #00645B;
}
</style>