#6F617A

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

Shades of Mamba #6F617A

Tints of Mamba #6F617A

Color information

#6F617A (or 0x6F617A) is unknown color: approx Mamba. HEX triplet: 6F, 61 and 7A. RGB value is (111,97,122). Sum of RGB (Red+Green+Blue) = 111+97+122=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 97 (38.28% from 255 or 29.39% 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 #6F617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F617A is #909E85. Grayscale: #676767. Windows color (decimal): -9477766 or 8020335. OLE color: 8020335.

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

Color convert

RGB11197122-
CMYK0.090.2000.52
HSL273.6º11.42%42.94%-
HSV(B)273.6º20.49%47.84%-
XYZ14.3413.3320.23-
YUV104.04138.14132.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=33.64%
G=29.39%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111971220.090.2000.52273.611.4242.94
Hex6F617A914034112b2b
Octal15714117211240644221353
Binary11011111100001111101010011010001101001000100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,122); }

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

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

 a { background-color: rgb(111,97,122); }

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

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

 span { border-color: rgb(111,97,122); }

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