#006463

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

Shades of Mosque #006463

Tints of Mosque #006463

Color information

#006463 (or 0x006463) is unknown color: approx Mosque. HEX triplet: 00, 64 and 63. RGB value is (0,100,99). Sum of RGB (Red+Green+Blue) = 0+100+99=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #006463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006463 is #FF9B9C. Grayscale: #454545. Windows color (decimal): -16751517 or 6513664. OLE color: 6513664.

HSL color Cylindrical-coordinate representation of color #006463: hue angle of 179.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006463 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB010099-
CMYK100.010.61
HSL179.4º100%19.61%-
HSV(B)179.4º100%39.22%-
XYZ6.8110.0213.38-
YUV69.99144.3778.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=0%
G=50.25%
B=49.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010099100.010.61179.410019.61
Hex0646364013Db36414
Octal0144143144017526314424
Binary01100100110001111001000111110110110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006463; }

 p { color: rgb(0,100,99); }

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

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

 a { background-color: rgb(0,100,99); }

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

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

 span { border-color: rgb(0,100,99); }

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