#6B918C

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

Shades of Gumbo #6B918C

Tints of Gumbo #6B918C

Color information

#6B918C (or 0x6B918C) is unknown color: approx Gumbo. HEX triplet: 6B, 91 and 8C. RGB value is (107,145,140). Sum of RGB (Red+Green+Blue) = 107+145+140=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #6B918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B918C is #946E73. Grayscale: #858585. Windows color (decimal): -9727604 or 9212267. OLE color: 9212267.

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

Color convert

RGB107145140-
CMYK0.2600.030.43
HSL172.11º15.08%49.41%-
HSV(B)172.11º26.21%56.86%-
XYZ20.9225.2728.59-
YUV133.07131.91109.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=27.30%
G=36.99%
B=35.71%

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
Decimal1071451400.2600.030.43172.1115.0849.41
Hex6B918C1A032Bacf31
Octal1532212143203532541761
Binary1101011100100011000110011010011101011101011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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