#6B968D

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

Shades of Gumbo #6B968D

Tints of Gumbo #6B968D

Color information

#6B968D (or 0x6B968D) is unknown color: approx Gumbo. HEX triplet: 6B, 96 and 8D. RGB value is (107,150,141). Sum of RGB (Red+Green+Blue) = 107+150+141=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #6B968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B968D is #946972. Grayscale: #888888. Windows color (decimal): -9726323 or 9279083. OLE color: 9279083.

HSL color Cylindrical-coordinate representation of color #6B968D: hue angle of 167.44º 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 #6B968D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB107150141-
CMYK0.2900.060.41
HSL167.44º17%50.39%-
HSV(B)167.44º28.67%58.82%-
XYZ21.7826.8629.24-
YUV136.12130.75107.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=26.88%
G=37.69%
B=35.43%

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
Decimal1071501410.2900.060.41167.441750.39
Hex6B968D1D0629a71132
Octal1532262153506512472162
Binary110101110010110100011011110101101010011010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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