#06625F

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

Shades of Mosque #06625F

Tints of Mosque #06625F

Color information

#06625F (or 0x06625F) is unknown color: approx Mosque. HEX triplet: 06, 62 and 5F. RGB value is (6,98,95). Sum of RGB (Red+Green+Blue) = 6+98+95=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #06625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06625F is #F99DA0. Grayscale: #464646. Windows color (decimal): -16358817 or 6251014. OLE color: 6251014.

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

Color convert

RGB69895-
CMYK0.9400.030.62
HSL178.04º88.46%20.39%-
HSV(B)178.04º93.88%38.43%-
XYZ6.519.612.34-
YUV70.15142.0282.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=3.02%
G=49.25%
B=47.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698950.9400.030.62178.0488.4620.39
Hex6625F5E033Eb25814
Octal6142137136037626213024
Binary11011000101011111101111001111111010110010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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