#6B918D

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

Shades of Gumbo #6B918D

Tints of Gumbo #6B918D

Color information

#6B918D (or 0x6B918D) is unknown color: approx Gumbo. HEX triplet: 6B, 91 and 8D. RGB value is (107,145,141). Sum of RGB (Red+Green+Blue) = 107+145+141=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #6B918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B918D is #946E72. Grayscale: #858585. Windows color (decimal): -9727603 or 9277803. OLE color: 9277803.

HSL color Cylindrical-coordinate representation of color #6B918D: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B918D is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB107145141-
CMYK0.2600.030.43
HSL173.68º15.08%49.41%-
HSV(B)173.68º26.21%56.86%-
XYZ2125.328.98-
YUV133.18132.41109.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=27.23%
G=36.90%
B=35.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071451410.2600.030.43173.6815.0849.41
Hex6B918D1A032Baef31
Octal1532212153203532561761
Binary1101011100100011000110111010011101011101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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