#06685B

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

Shades of Mosque #06685B

Tints of Mosque #06685B

Color information

#06685B (or 0x06685B) is unknown color: approx Mosque. HEX triplet: 06, 68 and 5B. RGB value is (6,104,91). Sum of RGB (Red+Green+Blue) = 6+104+91=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #06685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06685B is #F997A4. Grayscale: #494949. Windows color (decimal): -16357285 or 5990406. OLE color: 5990406.

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

Color convert

RGB610491-
CMYK0.9400.120.59
HSL172.04º89.09%21.57%-
HSV(B)172.04º94.23%40.78%-
XYZ6.9110.6911.6-
YUV73.22138.0380.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=2.99%
G=51.74%
B=45.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104910.9400.120.59172.0489.0921.57
Hex6685B5E0C3Bac5916
Octal61501331360147325413126
Binary1101101000101101110111100110011101110101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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