#06685F

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

Shades of Mosque #06685F

Tints of Mosque #06685F

Color information

#06685F (or 0x06685F) is unknown color: approx Mosque. HEX triplet: 06, 68 and 5F. RGB value is (6,104,95). Sum of RGB (Red+Green+Blue) = 6+104+95=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #06685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06685F is #F997A0. Grayscale: #494949. Windows color (decimal): -16357281 or 6252550. OLE color: 6252550.

HSL color Cylindrical-coordinate representation of color #06685F: hue angle of 174.49º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06685F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB610495-
CMYK0.9400.090.59
HSL174.49º89.09%21.57%-
HSV(B)174.49º94.23%40.78%-
XYZ7.0910.7712.53-
YUV73.67140.0379.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=2.93%
G=50.73%
B=46.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104950.9400.090.59174.4989.0921.57
Hex6685F5E093Bae5916
Octal61501371360117325613126
Binary1101101000101111110111100100111101110101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,104,95); }

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

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

 a { background-color: rgb(6,104,95); }

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

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

 span { border-color: rgb(6,104,95); }

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