Html Css Color HEX #6D988D Gumbo

📋 copy color: '#6D988D'

red 109 ◦ green 152 ◦ blue 141

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

Shades of Gumbo #6D988D

Tints of Gumbo #6D988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 27.11%
G = 37.81%
B = 35.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6D988D (or 0x6D988D) is known color: Gumbo. HEX triplet: 6D, 98 and 8D. RGB value is (109,152,141). Sum of RGB (Red+Green+Blue) = 109+152+141=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988D is #926772. Grayscale: #898989. Windows color (decimal): -9594739 or 9279597. OLE color: 9279597.

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

Color convert

RGB 109 152 141 -
CMYK 0.28 0 0.07 0.40
HSL 164.65º 0.17% 0.51% -
HSV(B) 164.65º 0.28% 0.6% -
XYZ 22.34 27.63 29.36 -
YUV 137.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 109 152 141 0.28 0 0.07 0.40 164.65 0.17 0.51
Hex 6D 98 8D 1C 0 7 28 A5 11 33
Octal 155 230 215 34 0 7 50 245 21 63
Binary 1101101 10011000 10001101 11100 0 111 101000 10100101 10001 110011

Color Harmonies of #6D988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D988D

Black with #6D988D

Text Example


Text Example

White with #6D988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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