#6F607F

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

Shades of Mamba #6F607F

Tints of Mamba #6F607F

Color information

#6F607F (or 0x6F607F) is unknown color: approx Mamba. HEX triplet: 6F, 60 and 7F. RGB value is (111,96,127). Sum of RGB (Red+Green+Blue) = 111+96+127=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F607F is #909F80. Grayscale: #676767. Windows color (decimal): -9478017 or 8347759. OLE color: 8347759.

HSL color Cylindrical-coordinate representation of color #6F607F: hue angle of 269.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F607F is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11196127-
CMYK0.130.2400.50
HSL269.03º13.9%43.73%-
HSV(B)269.03º24.41%49.8%-
XYZ14.5713.2821.87-
YUV104.02140.97132.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 127 (50% from 255) = 38.02%
R=33.23%
G=28.74%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111961270.130.2400.50269.0313.943.73
Hex6F607FD1803210de2c
Octal15714017715300624151654
Binary11011111100000111111111011100001100101000011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,127); }

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

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

 a { background-color: rgb(111,96,127); }

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

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

 span { border-color: rgb(111,96,127); }

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