#6A918D

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

Shades of Gumbo #6A918D

Tints of Gumbo #6A918D

Color information

#6A918D (or 0x6A918D) is unknown color: approx Gumbo. HEX triplet: 6A, 91 and 8D. RGB value is (106,145,141). Sum of RGB (Red+Green+Blue) = 106+145+141=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #6A918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A918D is #956E72. Grayscale: #848484. Windows color (decimal): -9793139 or 9277802. OLE color: 9277802.

HSL color Cylindrical-coordinate representation of color #6A918D: hue angle of 173.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A918D is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB106145141-
CMYK0.2700.030.43
HSL173.85º15.54%49.22%-
HSV(B)173.85º26.9%56.86%-
XYZ20.8825.2428.97-
YUV132.88132.58108.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=27.04%
G=36.99%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061451410.2700.030.43173.8515.5449.22
Hex6A918D1B032Bae1031
Octal1522212153303532562061
Binary11010101001000110001101110110111010111010111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,141); }

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

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

 a { background-color: rgb(106,145,141); }

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

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

 span { border-color: rgb(106,145,141); }

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