#06685A

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

Shades of Mosque #06685A

Tints of Mosque #06685A

Color information

#06685A (or 0x06685A) is unknown color: approx Mosque. HEX triplet: 06, 68 and 5A. RGB value is (6,104,90). Sum of RGB (Red+Green+Blue) = 6+104+90=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #06685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06685A is #F997A5. Grayscale: #494949. Windows color (decimal): -16357286 or 5924870. OLE color: 5924870.

HSL color Cylindrical-coordinate representation of color #06685A: hue angle of 171.43º 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 #06685A is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB610490-
CMYK0.9400.130.59
HSL171.43º89.09%21.57%-
HSV(B)171.43º94.23%40.78%-
XYZ6.8710.6811.37-
YUV73.1137.5380.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 90 (35.55% from 255) = 45%
R=3%
G=52%
B=45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104900.9400.130.59171.4389.0921.57
Hex6685A5E0D3Bab5916
Octal61501321360157325313126
Binary1101101000101101010111100110111101110101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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