#6B988D

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

Shades of Gumbo #6B988D

Tints of Gumbo #6B988D

Color information

#6B988D (or 0x6B988D) is unknown color: approx Gumbo. HEX triplet: 6B, 98 and 8D. RGB value is (107,152,141). Sum of RGB (Red+Green+Blue) = 107+152+141=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6B988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B988D is #946772. Grayscale: #898989. Windows color (decimal): -9725811 or 9279595. OLE color: 9279595.

HSL color Cylindrical-coordinate representation of color #6B988D: hue angle of 165.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B988D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB107152141-
CMYK0.3000.070.40
HSL165.33º17.93%50.78%-
HSV(B)165.33º29.61%59.61%-
XYZ22.127.5129.34-
YUV137.29130.09106.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=26.75%
G=38%
B=35.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071521410.3000.070.40165.3317.9350.78
Hex6B988D1E0728a51233
Octal1532302153607502452263
Binary110101110011000100011011111001111010001010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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