#065e63

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

Shades of Mosque #065E63

Tints of Mosque #065E63

Color information

#065E63 (or 0x065E63) is unknown color: approx Mosque. HEX triplet: 06, 5E and 63. RGB value is (6,94,99). Sum of RGB (Red+Green+Blue) = 6+94+99=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #065E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E63 is #F9A19C. Grayscale: #444444. Windows color (decimal): -16359837 or 6512134. OLE color: 6512134.

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

Color convert

RGB69499-
CMYK0.940.0500.61
HSL183.23º88.57%20.59%-
HSV(B)183.23º93.94%38.82%-
XYZ6.338.9413.2-
YUV68.26145.3583.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 94 (37.11% from 255) = 47.24%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=3.02%
G=47.24%
B=49.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal694990.940.0500.61183.2388.5720.59
Hex65E635E503Db75915
Octal6136143136507526713125
Binary110101111011000111011110101011110110110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065e63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065e63; }

 p { color: rgb(6,94,99); }

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

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

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

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

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

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

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