#06545B

Color #06545B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #06545B

Tints of Mosque #06545B

Color information

#06545B (or 0x06545B) is unknown color: approx 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

RGB68491-
CMYK0.930.0800.64
HSL184.94º87.63%19.02%-
HSV(B)184.94º93.41%35.69%-
XYZ5.137.1311-
YUV61.48144.6688.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=3.31%
G=46.41%
B=50.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal684910.930.0800.64184.9487.6319.02
Hex6545B5D8040b95813
Octal612413313510010027113023
Binary11010101001011011101110110000100000010111001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>