#6A998E

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

Shades of Gumbo #6A998E

Tints of Gumbo #6A998E

Color information

#6A998E (or 0x6A998E) is unknown color: approx Gumbo. HEX triplet: 6A, 99 and 8E. RGB value is (106,153,142). Sum of RGB (Red+Green+Blue) = 106+153+142=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #6A998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A998E is #956671. Grayscale: #898989. Windows color (decimal): -9791090 or 9345386. OLE color: 9345386.

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

Color convert

RGB106153142-
CMYK0.3100.070.4
HSL165.96º18.73%50.78%-
HSV(B)165.96º30.72%60%-
XYZ22.2227.829.79-
YUV137.69130.43105.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=26.43%
G=38.15%
B=35.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531420.3100.070.4165.9618.7350.78
Hex6A998E1F0728a61333
Octal1522312163707502462363
Binary110101010011001100011101111101111010001010011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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