#6E617A

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

Shades of Mamba #6E617A

Tints of Mamba #6E617A

Color information

#6E617A (or 0x6E617A) is unknown color: approx Mamba. HEX triplet: 6E, 61 and 7A. RGB value is (110,97,122). Sum of RGB (Red+Green+Blue) = 110+97+122=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E617A is #919E85. Grayscale: #676767. Windows color (decimal): -9543302 or 8020334. OLE color: 8020334.

HSL color Cylindrical-coordinate representation of color #6E617A: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E617A is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11097122-
CMYK0.100.2000.52
HSL271.2º11.42%42.94%-
HSV(B)271.2º20.49%47.84%-
XYZ14.2213.2720.22-
YUV103.74138.31132.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=33.43%
G=29.48%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110971220.100.2000.52271.211.4242.94
Hex6E617AA1403410fb2b
Octal15614117212240644171353
Binary11011101100001111101010101010001101001000011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E617A; }

 p { color: rgb(110,97,122); }

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

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

 a { background-color: rgb(110,97,122); }

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

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

 span { border-color: rgb(110,97,122); }

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