#6F8682

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

Shades of Gumbo #6F8682

Tints of Gumbo #6F8682

Color information

#6F8682 (or 0x6F8682) is unknown color: approx Gumbo. HEX triplet: 6F, 86 and 82. RGB value is (111,134,130). Sum of RGB (Red+Green+Blue) = 111+134+130=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8682 is #90797D. Grayscale: #7E7E7E. Windows color (decimal): -9468286 or 8554095. OLE color: 8554095.

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

Color convert

RGB111134130-
CMYK0.1700.030.47
HSL169.57º9.39%48.04%-
HSV(B)169.57º17.16%52.55%-
XYZ19.1122.0424.37-
YUV126.67129.88116.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=29.6%
G=35.73%
B=34.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111341300.1700.030.47169.579.3948.04
Hex6F868211032Faa930
Octal1572062022103572521160
Binary1101111100001101000001010001011101111101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,130); }

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

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

 a { background-color: rgb(111,134,130); }

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

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

 span { border-color: rgb(111,134,130); }

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