#6A938D

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

Shades of Gumbo #6A938D

Tints of Gumbo #6A938D

Color information

#6A938D (or 0x6A938D) is unknown color: approx Gumbo. HEX triplet: 6A, 93 and 8D. RGB value is (106,147,141). Sum of RGB (Red+Green+Blue) = 106+147+141=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6A938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A938D is #956C72. Grayscale: #868686. Windows color (decimal): -9792627 or 9278314. OLE color: 9278314.

HSL color Cylindrical-coordinate representation of color #6A938D: hue angle of 171.22º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A938D is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB106147141-
CMYK0.2800.040.42
HSL171.22º16.21%49.61%-
HSV(B)171.22º27.89%57.65%-
XYZ21.1925.8529.07-
YUV134.06131.92107.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=26.90%
G=37.31%
B=35.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471410.2800.040.42171.2216.2149.61
Hex6A938D1C042Aab1032
Octal1522232153404522532062
Binary110101010010011100011011110001001010101010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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