#006461

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

Shades of Mosque #006461

Tints of Mosque #006461

Color information

#006461 (or 0x006461) is unknown color: approx Mosque. HEX triplet: 00, 64 and 61. RGB value is (0,100,97). Sum of RGB (Red+Green+Blue) = 0+100+97=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #006461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006461 is #FF9B9E. Grayscale: #454545. Windows color (decimal): -16751519 or 6382592. OLE color: 6382592.

HSL color Cylindrical-coordinate representation of color #006461: hue angle of 178.2º 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 #006461 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB010097-
CMYK100.030.61
HSL178.2º100%19.61%-
HSV(B)178.2º100%39.22%-
XYZ6.719.9812.88-
YUV69.76143.3778.24-

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.76%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=0%
G=50.76%
B=49.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010097100.030.61178.210019.61
Hex0646164033Db26414
Octal0144141144037526214424
Binary011001001100001110010001111110110110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006461; }

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

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

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

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

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

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

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

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