#6F657C

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

Shades of Mamba #6F657C

Tints of Mamba #6F657C

Color information

#6F657C (or 0x6F657C) is unknown color: approx Mamba. HEX triplet: 6F, 65 and 7C. RGB value is (111,101,124). Sum of RGB (Red+Green+Blue) = 111+101+124=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F657C is #909A83. Grayscale: #6A6A6A. Windows color (decimal): -9476740 or 8152431. OLE color: 8152431.

HSL color Cylindrical-coordinate representation of color #6F657C: hue angle of 266.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F657C is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB111101124-
CMYK0.100.1900.51
HSL266.09º10.22%44.12%-
HSV(B)266.09º18.55%48.63%-
XYZ14.8514.1421.02-
YUV106.61137.81131.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=33.04%
G=30.06%
B=36.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111011240.100.1900.51266.0910.2244.12
Hex6F657CA1303310aa2c
Octal15714517412230634121254
Binary11011111100101111110010101001101100111000010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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