#06665A

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

Shades of Mosque #06665A

Tints of Mosque #06665A

Color information

#06665A (or 0x06665A) is unknown color: approx Mosque. HEX triplet: 06, 66 and 5A. RGB value is (6,102,90). Sum of RGB (Red+Green+Blue) = 6+102+90=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #06665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06665A is #F999A5. Grayscale: #474747. Windows color (decimal): -16357798 or 5924358. OLE color: 5924358.

HSL color Cylindrical-coordinate representation of color #06665A: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06665A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB610290-
CMYK0.9400.120.6
HSL172.5º88.89%21.18%-
HSV(B)172.5º94.12%40%-
XYZ6.6710.2811.31-
YUV71.93138.280.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 90 (35.55% from 255) = 45.45%
R=3.03%
G=51.52%
B=45.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102900.9400.120.6172.588.8921.18
Hex6665A5E0C3Cac5915
Octal61461321360147425413125
Binary1101100110101101010111100110011110010101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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