#06645A

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

Shades of Mosque #06645A

Tints of Mosque #06645A

Color information

#06645A (or 0x06645A) is unknown color: approx Mosque. HEX triplet: 06, 64 and 5A. RGB value is (6,100,90). Sum of RGB (Red+Green+Blue) = 6+100+90=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #06645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06645A is #F99BA5. Grayscale: #464646. Windows color (decimal): -16358310 or 5923846. OLE color: 5923846.

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

Color convert

RGB610090-
CMYK0.9400.100.61
HSL173.62º88.68%20.78%-
HSV(B)173.62º94%39.22%-
XYZ6.489.8911.24-
YUV70.75138.8681.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=3.06%
G=51.02%
B=45.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100900.9400.100.61173.6288.6820.78
Hex6645A5E0A3Dae5915
Octal61441321360127525613125
Binary1101100100101101010111100101011110110101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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