Html Css Color HEX #6D988C Gumbo

📋 copy color: '#6D988C'

red 109 ◦ green 152 ◦ blue 140

#6D988C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #6D988C

Tints of Gumbo #6D988C

RGB

 RED value IS 109 (42.97% from 255) = 27.18%

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 27.18%
G = 37.91%
B = 34.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#6D988C (or 0x6D988C) is known color: Gumbo. HEX triplet: 6D, 98 and 8C. RGB value is (109,152,140). Sum of RGB (Red+Green+Blue) = 109+152+140=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988C is #926773. Grayscale: #898989. Windows color (decimal): -9594740 or 9214061. OLE color: 9214061.

HSL color Cylindrical-coordinate representation of color #6D988C: hue angle of 163.26º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D988C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 140 -
CMYK 0.28 0 0.08 0.40
HSL 163.26º 0.17% 0.51% -
HSV(B) 163.26º 0.28% 0.6% -
XYZ 22.27 27.6 28.96 -
YUV 137.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 109 152 140 0.28 0 0.08 0.40 163.26 0.17 0.51
Hex 6D 98 8C 1C 0 8 28 A3 11 33
Octal 155 230 214 34 0 10 50 243 21 63
Binary 1101101 10011000 10001100 11100 0 1000 101000 10100011 10001 110011

Color Harmonies of #6D988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D988C

Black with #6D988C

Text Example


Text Example

White with #6D988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,152,140); }

 H1.HeaderClassName
 {
   color: #6D988C;
 }
 .AnyTagClassName
 {
   color: #6D988C;
 }
</style>

background-color css

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

 a { background-color: rgb(109,152,140); }

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

border-color css

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

 span { border-color: rgb(109,152,140); }

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