#06584F

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

Shades of Mosque #06584F

Tints of Mosque #06584F

Color information

#06584F (or 0x06584F) is unknown color: approx Mosque. HEX triplet: 06, 58 and 4F. RGB value is (6,88,79). Sum of RGB (Red+Green+Blue) = 6+88+79=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #06584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06584F is #F9A7B0. Grayscale: #3E3E3E. Windows color (decimal): -16361393 or 5199878. OLE color: 5199878.

HSL color Cylindrical-coordinate representation of color #06584F: hue angle of 173.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06584F is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB68879-
CMYK0.9300.100.65
HSL173.41º87.23%18.43%-
HSV(B)173.41º93.18%34.51%-
XYZ4.987.588.6-
YUV62.46137.3387.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=3.47%
G=50.87%
B=45.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688790.9300.100.65173.4187.2318.43
Hex6584F5D0A41ad5712
Octal613011713501210125512722
Binary11010110001001111101110101010100000110101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06584F; }

 p { color: rgb(6,88,79); }

 H1.HeaderClassName
 {
   color: #06584F;
 }
 .AnyTagClassName
 {
   color: #06584F;
 }
</style>
background-color css

<style>
 a { background-color: #06584F; }

 a { background-color: rgb(6,88,79); }

 div.DivClassName
 {
   background-color: #06584F;
 }
 .BgClassName
 {
   background-color: #06584F;
 }
</style>
border-color css

<style>
 span { border-color: #06584F; }

 span { border-color: rgb(6,88,79); }

 td.TdClassName
 {
   border-color: #06584F;
 }
 .TagClassName
 {
   border-color: #06584F;
 }
</style>