#6A968D

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

Shades of Gumbo #6A968D

Tints of Gumbo #6A968D

Color information

#6A968D (or 0x6A968D) is unknown color: approx Gumbo. HEX triplet: 6A, 96 and 8D. RGB value is (106,150,141). Sum of RGB (Red+Green+Blue) = 106+150+141=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #6A968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A968D is #956972. Grayscale: #878787. Windows color (decimal): -9791859 or 9279082. OLE color: 9279082.

HSL color Cylindrical-coordinate representation of color #6A968D: hue angle of 167.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A968D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB106150141-
CMYK0.2900.060.41
HSL167.73º17.32%50.2%-
HSV(B)167.73º29.33%58.82%-
XYZ21.6626.829.23-
YUV135.82130.92106.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=26.70%
G=37.78%
B=35.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061501410.2900.060.41167.7317.3250.2
Hex6A968D1D0629a81132
Octal1522262153506512502162
Binary110101010010110100011011110101101010011010100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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