Html Css Color HEX #6D958E Gumbo

📋 copy color: '#6D958E'

red 109 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #6D958E

Tints of Gumbo #6D958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

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

R = 27.25%
G = 37.25%
B = 35.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#6D958E (or 0x6D958E) is known color: Gumbo. HEX triplet: 6D, 95 and 8E. RGB value is (109,149,142). Sum of RGB (Red+Green+Blue) = 109+149+142=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #6D958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D958E is #926A71. Grayscale: #888888. Windows color (decimal): -9595506 or 9344365. OLE color: 9344365.

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

Color convert

RGB 109 149 142 -
CMYK 0.27 0 0.05 0.42
HSL 169.5º 0.16% 0.51% -
HSV(B) 169.5º 0.27% 0.58% -
XYZ 21.94 26.7 29.59 -
YUV 136.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 109 149 142 0.27 0 0.05 0.42 169.5 0.16 0.51
Hex 6D 95 8E 1B 0 5 2A AA 10 33
Octal 155 225 216 33 0 5 52 252 20 63
Binary 1101101 10010101 10001110 11011 0 101 101010 10101010 10000 110011

Color Harmonies of #6D958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D958E

Black with #6D958E

Text Example


Text Example

White with #6D958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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