#6E627A

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

Shades of Mamba #6E627A

Tints of Mamba #6E627A

Color information

#6E627A (or 0x6E627A) is unknown color: approx Mamba. HEX triplet: 6E, 62 and 7A. RGB value is (110,98,122). Sum of RGB (Red+Green+Blue) = 110+98+122=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E627A is #919D85. Grayscale: #686868. Windows color (decimal): -9543046 or 8020590. OLE color: 8020590.

HSL color Cylindrical-coordinate representation of color #6E627A: hue angle of 270º 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 #6E627A is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11098122-
CMYK0.100.2000.52
HSL270º10.91%43.14%-
HSV(B)270º19.67%47.84%-
XYZ14.3113.4620.26-
YUV104.32137.98132.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=33.33%
G=29.70%
B=36.97%

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
Decimal110981220.100.2000.5227010.9143.14
Hex6E627AA1403410eb2b
Octal15614217212240644161353
Binary11011101100010111101010101010001101001000011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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