Html Css Color HEX #6D968E Gumbo

📋 copy color: '#6D968E'

red 109 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #6D968E

Tints of Gumbo #6D968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 27.18%
G = 37.41%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#6D968E (or 0x6D968E) is known color: Gumbo. HEX triplet: 6D, 96 and 8E. RGB value is (109,150,142). Sum of RGB (Red+Green+Blue) = 109+150+142=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #6D968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D968E is #926971. Grayscale: #888888. Windows color (decimal): -9595250 or 9344621. OLE color: 9344621.

HSL color Cylindrical-coordinate representation of color #6D968E: hue angle of 168.29º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D968E is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 142 -
CMYK 0.27 0 0.05 0.41
HSL 168.29º 0.16% 0.51% -
HSV(B) 168.29º 0.27% 0.59% -
XYZ 22.1 27.02 29.64 -
YUV 136.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 109 150 142 0.27 0 0.05 0.41 168.29 0.16 0.51
Hex 6D 96 8E 1B 0 5 29 A8 10 33
Octal 155 226 216 33 0 5 51 250 20 63
Binary 1101101 10010110 10001110 11011 0 101 101001 10101000 10000 110011

Color Harmonies of #6D968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D968E

Black with #6D968E

Text Example


Text Example

White with #6D968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,150,142); }

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

background-color css

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

 a { background-color: rgb(109,150,142); }

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

border-color css

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

 span { border-color: rgb(109,150,142); }

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