#6A928D

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

Shades of Gumbo #6A928D

Tints of Gumbo #6A928D

Color information

#6A928D (or 0x6A928D) is unknown color: approx Gumbo. HEX triplet: 6A, 92 and 8D. RGB value is (106,146,141). Sum of RGB (Red+Green+Blue) = 106+146+141=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6A928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A928D is #956D72. Grayscale: #858585. Windows color (decimal): -9792883 or 9278058. OLE color: 9278058.

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

Color convert

RGB106146141-
CMYK0.2700.030.43
HSL172.5º15.87%49.41%-
HSV(B)172.5º27.4%57.25%-
XYZ21.0325.5529.02-
YUV133.47132.25108.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=26.97%
G=37.15%
B=35.88%

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
Decimal1061461410.2700.030.43172.515.8749.41
Hex6A928D1B032Bac1031
Octal1522222153303532542061
Binary11010101001001010001101110110111010111010110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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