#6D5F7C

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

Shades of Mamba #6D5F7C

Tints of Mamba #6D5F7C

Color information

#6D5F7C (or 0x6D5F7C) is unknown color: approx Mamba. HEX triplet: 6D, 5F and 7C. RGB value is (109,95,124). Sum of RGB (Red+Green+Blue) = 109+95+124=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D5F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F7C is #92A083. Grayscale: #666666. Windows color (decimal): -9609348 or 8150893. OLE color: 8150893.

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

Color convert

RGB10995124-
CMYK0.120.2300.51
HSL268.97º13.24%42.94%-
HSV(B)268.97º23.39%48.63%-
XYZ14.0412.8920.82-
YUV102.49140.14132.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=33.23%
G=28.96%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109951240.120.2300.51268.9713.2442.94
Hex6D5F7CC1703310dd2b
Octal15513717414270634151553
Binary11011011011111111110011001011101100111000011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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