#6D5D7C

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

Shades of Mamba #6D5D7C

Tints of Mamba #6D5D7C

Color information

#6D5D7C (or 0x6D5D7C) is unknown color: approx Mamba. HEX triplet: 6D, 5D and 7C. RGB value is (109,93,124). Sum of RGB (Red+Green+Blue) = 109+93+124=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D5D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D7C is #92A283. Grayscale: #656565. Windows color (decimal): -9609860 or 8150381. OLE color: 8150381.

HSL color Cylindrical-coordinate representation of color #6D5D7C: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5D7C is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10993124-
CMYK0.120.2500.51
HSL270.97º14.29%42.55%-
HSV(B)270.97º25%48.63%-
XYZ13.8612.5420.76-
YUV101.32140.8133.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=33.44%
G=28.53%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109931240.120.2500.51270.9714.2942.55
Hex6D5D7CC1903310fe2b
Octal15513517414310634171653
Binary11011011011101111110011001100101100111000011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,93,124); }

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

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

 a { background-color: rgb(109,93,124); }

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

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

 span { border-color: rgb(109,93,124); }

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