#6E607B

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

Shades of Mamba #6E607B

Tints of Mamba #6E607B

Color information

#6E607B (or 0x6E607B) is unknown color: approx Mamba. HEX triplet: 6E, 60 and 7B. RGB value is (110,96,123). Sum of RGB (Red+Green+Blue) = 110+96+123=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E607B is #919F84. Grayscale: #676767. Windows color (decimal): -9543557 or 8085614. OLE color: 8085614.

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

Color convert

RGB11096123-
CMYK0.110.2200.52
HSL271.11º12.33%42.94%-
HSV(B)271.11º21.95%48.24%-
XYZ14.1913.1120.52-
YUV103.26139.14132.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=33.43%
G=29.18%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110961230.110.2200.52271.1112.3342.94
Hex6E607BB1603410fc2b
Octal15614017313260644171453
Binary11011101100000111101110111011001101001000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,123); }

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

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

 a { background-color: rgb(110,96,123); }

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

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

 span { border-color: rgb(110,96,123); }

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