#065F61

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

Shades of Mosque #065F61

Tints of Mosque #065F61

Color information

#065F61 (or 0x065F61) is unknown color: approx Mosque. HEX triplet: 06, 5F and 61. RGB value is (6,95,97). Sum of RGB (Red+Green+Blue) = 6+95+97=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #065F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065F61 is #F9A09E. Grayscale: #444444. Windows color (decimal): -16359583 or 6381318. OLE color: 6381318.

HSL color Cylindrical-coordinate representation of color #065F61: hue angle of 181.32º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F61 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69597-
CMYK0.940.0200.62
HSL181.32º88.35%20.2%-
HSV(B)181.32º93.81%38.04%-
XYZ6.329.0912.73-
YUV68.62144.0183.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 95 (37.5% from 255) = 47.98%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=3.03%
G=47.98%
B=48.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal695970.940.0200.62181.3288.3520.2
Hex65F615E203Eb55814
Octal6137141136207626513024
Binary11010111111100001101111010011111010110101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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