Html Css Color HEX #6E918C Gumbo

📋 copy color: '#6E918C'

red 110 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #6E918C

Tints of Gumbo #6E918C

RGB

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

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

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

R = 27.85%
G = 36.71%
B = 35.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6E918C (or 0x6E918C) is known color: Gumbo. HEX triplet: 6E, 91 and 8C. RGB value is (110,145,140). Sum of RGB (Red+Green+Blue) = 110+145+140=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918C is #916E73. Grayscale: #858585. Windows color (decimal): -9530996 or 9212270. OLE color: 9212270.

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

Color convert

RGB 110 145 140 -
CMYK 0.24 0 0.03 0.43
HSL 171.43º 0.14% 0.5% -
HSV(B) 171.43º 0.24% 0.57% -
XYZ 21.29 25.46 28.6 -
YUV 133.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 110 145 140 0.24 0 0.03 0.43 171.43 0.14 0.5
Hex 6E 91 8C 18 0 3 2B AB E 32
Octal 156 221 214 30 0 3 53 253 16 62
Binary 1101110 10010001 10001100 11000 0 11 101011 10101011 1110 110010

Color Harmonies of #6E918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E918C

Black with #6E918C

Text Example


Text Example

White with #6E918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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