Html Css Color HEX #6D918C Gumbo

📋 copy color: '#6D918C'

red 109 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #6D918C

Tints of Gumbo #6D918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 27.66%
G = 36.8%
B = 35.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6D918C (or 0x6D918C) is known color: Gumbo. HEX triplet: 6D, 91 and 8C. RGB value is (109,145,140). Sum of RGB (Red+Green+Blue) = 109+145+140=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918C is #926E73. Grayscale: #858585. Windows color (decimal): -9596532 or 9212269. OLE color: 9212269.

HSL color Cylindrical-coordinate representation of color #6D918C: hue angle of 171.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D918C is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 140 -
CMYK 0.25 0 0.03 0.43
HSL 171.67º 0.14% 0.5% -
HSV(B) 171.67º 0.25% 0.57% -
XYZ 21.17 25.4 28.6 -
YUV 133.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 109 145 140 0.25 0 0.03 0.43 171.67 0.14 0.5
Hex 6D 91 8C 19 0 3 2B AC E 32
Octal 155 221 214 31 0 3 53 254 16 62
Binary 1101101 10010001 10001100 11001 0 11 101011 10101100 1110 110010

Color Harmonies of #6D918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D918C

Black with #6D918C

Text Example


Text Example

White with #6D918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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