#066555

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

Shades of Mosque #066555

Tints of Mosque #066555

Color information

#066555 (or 0x066555) is unknown color: approx Mosque. HEX triplet: 06, 65 and 55. RGB value is (6,101,85). Sum of RGB (Red+Green+Blue) = 6+101+85=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #066555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066555 is #F99AAA. Grayscale: #464646. Windows color (decimal): -16358059 or 5596422. OLE color: 5596422.

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

Color convert

RGB610185-
CMYK0.9400.160.60
HSL169.89º88.79%20.98%-
HSV(B)169.89º94.06%39.61%-
XYZ6.371010.19-
YUV70.77136.0381.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=3.12%
G=52.60%
B=44.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101850.9400.160.60169.8988.7920.98
Hex665555E0103Caa5915
Octal61451251360207425213125
Binary11011001011010101101111001000011110010101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066555; }

 p { color: rgb(6,101,85); }

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

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

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

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

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

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

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