#066A67

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

Shades of Mosque #066A67

Tints of Mosque #066A67

Color information

#066A67 (or 0x066A67) is unknown color: approx Mosque. HEX triplet: 06, 6A and 67. RGB value is (6,106,103). Sum of RGB (Red+Green+Blue) = 6+106+103=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #066A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A67 is #F99598. Grayscale: #4B4B4B. Windows color (decimal): -16356761 or 6777350. OLE color: 6777350.

HSL color Cylindrical-coordinate representation of color #066A67: hue angle of 178.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A67 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB6106103-
CMYK0.9400.030.58
HSL178.2º89.29%21.96%-
HSV(B)178.2º94.34%41.57%-
XYZ7.6811.3314.61-
YUV75.76143.3778.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 106 (41.80% from 255) = 49.30%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=2.79%
G=49.30%
B=47.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61061030.9400.030.58178.289.2921.96
Hex66A675E033Ab25916
Octal6152147136037226213126
Binary11011010101100111101111001111101010110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066A67; }

 p { color: rgb(6,106,103); }

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

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

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

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

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

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

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