#066465

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

Shades of Mosque #066465

Tints of Mosque #066465

Color information

#066465 (or 0x066465) is unknown color: approx Mosque. HEX triplet: 06, 64 and 65. RGB value is (6,100,101). Sum of RGB (Red+Green+Blue) = 6+100+101=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #066465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066465 is #F99B9A. Grayscale: #474747. Windows color (decimal): -16358299 or 6644742. OLE color: 6644742.

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

Color convert

RGB6100101-
CMYK0.940.0100.60
HSL180.63º88.79%20.98%-
HSV(B)180.63º94.06%39.61%-
XYZ6.9810.0913.89-
YUV72.01144.3680.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=2.90%
G=48.31%
B=48.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61001010.940.0100.60180.6388.7920.98
Hex664655E103Cb55915
Octal6144145136107426513125
Binary1101100100110010110111101011110010110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066465; }

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

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

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

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

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

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

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

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