#066666

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

Shades of Mosque #066666

Tints of Mosque #066666

Color information

#066666 (or 0x066666) is unknown color: approx Mosque. HEX triplet: 06, 66 and 66. RGB value is (6,102,102). Sum of RGB (Red+Green+Blue) = 6+102+102=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #066666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066666 is #F99999. Grayscale: #494949. Windows color (decimal): -16357786 or 6710790. OLE color: 6710790.

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

Color convert

RGB6102102-
CMYK0.94000.6
HSL180º88.89%21.18%-
HSV(B)180º94.12%40%-
XYZ7.2210.514.22-
YUV73.3144.280-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=2.86%
G=48.57%
B=48.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61021020.94000.618088.8921.18
Hex666665E003Cb45915
Octal6146146136007426413125
Binary1101100110110011010111100011110010110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066666; }

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

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

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

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

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

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

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

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