#06645F

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

Shades of Mosque #06645F

Tints of Mosque #06645F

Color information

#06645F (or 0x06645F) is unknown color: approx Mosque. HEX triplet: 06, 64 and 5F. RGB value is (6,100,95). Sum of RGB (Red+Green+Blue) = 6+100+95=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #06645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06645F is #F99BA0. Grayscale: #474747. Windows color (decimal): -16358305 or 6251526. OLE color: 6251526.

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

Color convert

RGB610095-
CMYK0.9400.050.61
HSL176.81º88.68%20.78%-
HSV(B)176.81º94%39.22%-
XYZ6.79.9812.4-
YUV71.32141.3681.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 100 (39.45% from 255) = 49.75%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=2.99%
G=49.75%
B=47.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100950.9400.050.61176.8188.6820.78
Hex6645F5E053Db15915
Octal6144137136057526113125
Binary110110010010111111011110010111110110110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06645F; }

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

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

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

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

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

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

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

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