#06605B

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

Shades of Mosque #06605B

Tints of Mosque #06605B

Color information

#06605B (or 0x06605B) is unknown color: approx Mosque. HEX triplet: 06, 60 and 5B. RGB value is (6,96,91). Sum of RGB (Red+Green+Blue) = 6+96+91=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #06605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06605B is #F99FA4. Grayscale: #444444. Windows color (decimal): -16359333 or 5988358. OLE color: 5988358.

HSL color Cylindrical-coordinate representation of color #06605B: hue angle of 176.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 #06605B is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB69691-
CMYK0.9400.050.62
HSL176.67º88.24%20%-
HSV(B)176.67º93.75%37.65%-
XYZ6.159.1611.34-
YUV68.52140.6883.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=3.11%
G=49.74%
B=47.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696910.9400.050.62176.6788.2420
Hex6605B5E053Eb15814
Octal6140133136057626113024
Binary110110000010110111011110010111111010110001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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