Html Css Color HEX #6E938B Gumbo

📋 copy color: '#6E938B'

red 110 ◦ green 147 ◦ blue 139

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

Shades of Gumbo #6E938B

Tints of Gumbo #6E938B

RGB

 RED value IS 110 (43.36% from 255) = 27.78%

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 27.78%
G = 37.12%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#6E938B (or 0x6E938B) is known color: Gumbo. HEX triplet: 6E, 93 and 8B. RGB value is (110,147,139). Sum of RGB (Red+Green+Blue) = 110+147+139=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938B is #916C74. Grayscale: #878787. Windows color (decimal): -9530485 or 9147246. OLE color: 9147246.

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

Color convert

RGB 110 147 139 -
CMYK 0.25 0 0.05 0.42
HSL 167.03º 0.15% 0.5% -
HSV(B) 167.03º 0.25% 0.58% -
XYZ 21.52 26.05 28.32 -
YUV 135.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 110 147 139 0.25 0 0.05 0.42 167.03 0.15 0.5
Hex 6E 93 8B 19 0 5 2A A7 F 32
Octal 156 223 213 31 0 5 52 247 17 62
Binary 1101110 10010011 10001011 11001 0 101 101010 10100111 1111 110010

Color Harmonies of #6E938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E938B

Black with #6E938B

Text Example


Text Example

White with #6E938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,139); }

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

background-color css

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

 a { background-color: rgb(110,147,139); }

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

border-color css

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

 span { border-color: rgb(110,147,139); }

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