#066461

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

Shades of Mosque #066461

Tints of Mosque #066461

Color information

#066461 (or 0x066461) is unknown color: approx Mosque. HEX triplet: 06, 64 and 61. RGB value is (6,100,97). Sum of RGB (Red+Green+Blue) = 6+100+97=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #066461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066461 is #F99B9E. Grayscale: #474747. Windows color (decimal): -16358303 or 6382598. OLE color: 6382598.

HSL color Cylindrical-coordinate representation of color #066461: hue angle of 178.09º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066461 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB610097-
CMYK0.9400.030.61
HSL178.09º88.68%20.78%-
HSV(B)178.09º94%39.22%-
XYZ6.7910.0212.88-
YUV71.55142.3681.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.96%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=2.96%
G=49.26%
B=47.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100970.9400.030.61178.0988.6820.78
Hex664615E033Db25915
Octal6144141136037526213125
Binary11011001001100001101111001111110110110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066461; }

 p { color: rgb(6,100,97); }

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

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

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

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

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

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

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