#6B948C

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

Shades of Gumbo #6B948C

Tints of Gumbo #6B948C

Color information

#6B948C (or 0x6B948C) is unknown color: approx Gumbo. HEX triplet: 6B, 94 and 8C. RGB value is (107,148,140). Sum of RGB (Red+Green+Blue) = 107+148+140=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #6B948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B948C is #946B73. Grayscale: #868686. Windows color (decimal): -9726836 or 9213035. OLE color: 9213035.

HSL color Cylindrical-coordinate representation of color #6B948C: hue angle of 168.29º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B948C is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB107148140-
CMYK0.2800.050.42
HSL168.29º16.08%50%-
HSV(B)168.29º27.7%58.04%-
XYZ21.3926.228.74-
YUV134.83130.92108.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=27.09%
G=37.47%
B=35.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481400.2800.050.42168.2916.0850
Hex6B948C1C052Aa81032
Octal1532242143405522502062
Binary110101110010100100011001110001011010101010100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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