Html Css Color HEX #6E928A Gumbo

📋 copy color: '#6E928A'

red 110 ◦ green 146 ◦ blue 138

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

Shades of Gumbo #6E928A

Tints of Gumbo #6E928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 27.92%
G = 37.06%
B = 35.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#6E928A (or 0x6E928A) is known color: Gumbo. HEX triplet: 6E, 92 and 8A. RGB value is (110,146,138). Sum of RGB (Red+Green+Blue) = 110+146+138=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #6E928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E928A is #916D75. Grayscale: #868686. Windows color (decimal): -9530742 or 9081454. OLE color: 9081454.

HSL color Cylindrical-coordinate representation of color #6E928A: hue angle of 166.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 #6E928A is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 138 -
CMYK 0.25 0 0.05 0.43
HSL 166.67º 0.14% 0.5% -
HSV(B) 166.67º 0.25% 0.57% -
XYZ 21.3 25.71 27.88 -
YUV 134.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 110 146 138 0.25 0 0.05 0.43 166.67 0.14 0.5
Hex 6E 92 8A 19 0 5 2B A7 E 32
Octal 156 222 212 31 0 5 53 247 16 62
Binary 1101110 10010010 10001010 11001 0 101 101011 10100111 1110 110010

Color Harmonies of #6E928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E928A

Black with #6E928A

Text Example


Text Example

White with #6E928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,138); }

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

background-color css

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

 a { background-color: rgb(110,146,138); }

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

border-color css

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

 span { border-color: rgb(110,146,138); }

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