Html Css Color HEX #6D988F Gumbo

📋 copy color: '#6D988F'

red 109 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #6D988F

Tints of Gumbo #6D988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 26.98%
G = 37.62%
B = 35.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#6D988F (or 0x6D988F) is known color: Gumbo. HEX triplet: 6D, 98 and 8F. RGB value is (109,152,143). Sum of RGB (Red+Green+Blue) = 109+152+143=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988F is #926770. Grayscale: #8A8A8A. Windows color (decimal): -9594737 or 9410669. OLE color: 9410669.

HSL color Cylindrical-coordinate representation of color #6D988F: hue angle of 167.44º 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 #6D988F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 143 -
CMYK 0.28 0 0.06 0.40
HSL 167.44º 0.17% 0.51% -
HSV(B) 167.44º 0.28% 0.6% -
XYZ 22.49 27.69 30.15 -
YUV 138.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 109 152 143 0.28 0 0.06 0.40 167.44 0.17 0.51
Hex 6D 98 8F 1C 0 6 28 A7 11 33
Octal 155 230 217 34 0 6 50 247 21 63
Binary 1101101 10011000 10001111 11100 0 110 101000 10100111 10001 110011

Color Harmonies of #6D988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D988F

Black with #6D988F

Text Example


Text Example

White with #6D988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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