#6F657A

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

Shades of Mamba #6F657A

Tints of Mamba #6F657A

Color information

#6F657A (or 0x6F657A) is unknown color: approx Mamba. HEX triplet: 6F, 65 and 7A. RGB value is (111,101,122). Sum of RGB (Red+Green+Blue) = 111+101+122=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F657A is #909A85. Grayscale: #6A6A6A. Windows color (decimal): -9476742 or 8021359. OLE color: 8021359.

HSL color Cylindrical-coordinate representation of color #6F657A: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F657A is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB111101122-
CMYK0.090.1700.52
HSL268.57º9.42%43.73%-
HSV(B)268.57º17.21%47.84%-
XYZ14.7214.0920.36-
YUV106.38136.81131.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=33.23%
G=30.24%
B=36.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111011220.090.1700.52268.579.4243.73
Hex6F657A91103410d92c
Octal15714517211210644151154
Binary11011111100101111101010011000101101001000011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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