#6A928A

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

Shades of Gumbo #6A928A

Tints of Gumbo #6A928A

Color information

#6A928A (or 0x6A928A) is unknown color: approx Gumbo. HEX triplet: 6A, 92 and 8A. RGB value is (106,146,138). Sum of RGB (Red+Green+Blue) = 106+146+138=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #6A928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A928A is #956D75. Grayscale: #858585. Windows color (decimal): -9792886 or 9081450. OLE color: 9081450.

HSL color Cylindrical-coordinate representation of color #6A928A: hue angle of 168º 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 #6A928A is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB106146138-
CMYK0.2700.050.43
HSL168º15.87%49.41%-
HSV(B)168º27.4%57.25%-
XYZ20.8125.4627.86-
YUV133.13130.75108.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=27.18%
G=37.44%
B=35.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061461380.2700.050.4316815.8749.41
Hex6A928A1B052Ba81031
Octal1522222123305532502061
Binary110101010010010100010101101101011010111010100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,146,138); }

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

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

 a { background-color: rgb(106,146,138); }

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

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

 span { border-color: rgb(106,146,138); }

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