#06605E

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

Shades of Mosque #06605E

Tints of Mosque #06605E

Color information

#06605E (or 0x06605E) is unknown color: approx Mosque. HEX triplet: 06, 60 and 5E. RGB value is (6,96,94). Sum of RGB (Red+Green+Blue) = 6+96+94=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #06605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06605E is #F99FA1. Grayscale: #444444. Windows color (decimal): -16359330 or 6184966. OLE color: 6184966.

HSL color Cylindrical-coordinate representation of color #06605E: hue angle of 178.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06605E is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB69694-
CMYK0.9400.020.62
HSL178.67º88.24%20%-
HSV(B)178.67º93.75%37.65%-
XYZ6.289.2112.04-
YUV68.86142.1883.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=3.06%
G=48.98%
B=47.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696940.9400.020.62178.6788.2420
Hex6605E5E023Eb35814
Octal6140136136027626313024
Binary11011000001011110101111001011111010110011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06605E; }

 p { color: rgb(6,96,94); }

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

<style>
 a { background-color: #06605E; }

 a { background-color: rgb(6,96,94); }

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

<style>
 span { border-color: #06605E; }

 span { border-color: rgb(6,96,94); }

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