#6F998E

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

Shades of Gumbo #6F998E

Tints of Gumbo #6F998E

Color information

#6F998E (or 0x6F998E) is unknown color: approx Gumbo. HEX triplet: 6F, 99 and 8E. RGB value is (111,153,142). Sum of RGB (Red+Green+Blue) = 111+153+142=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #6F998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F998E is #906671. Grayscale: #8B8B8B. Windows color (decimal): -9463410 or 9345391. OLE color: 9345391.

HSL color Cylindrical-coordinate representation of color #6F998E: hue angle of 164.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F998E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB111153142-
CMYK0.2700.070.4
HSL164.29º17.07%51.76%-
HSV(B)164.29º27.45%60%-
XYZ22.8328.1129.81-
YUV139.19129.59107.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=27.34%
G=37.68%
B=34.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1111531420.2700.070.4164.2917.0751.76
Hex6F998E1B0728a41134
Octal1572312163307502442164
Binary110111110011001100011101101101111010001010010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,153,142); }

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

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

 a { background-color: rgb(111,153,142); }

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

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

 span { border-color: rgb(111,153,142); }

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