Html Css Color HEX #6E958C Gumbo

📋 copy color: '#6E958C'

red 110 ◦ green 149 ◦ blue 140

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

Shades of Gumbo #6E958C

Tints of Gumbo #6E958C

RGB

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

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

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

R = 27.57%
G = 37.34%
B = 35.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6E958C (or 0x6E958C) is known color: Gumbo. HEX triplet: 6E, 95 and 8C. RGB value is (110,149,140). Sum of RGB (Red+Green+Blue) = 110+149+140=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #6E958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E958C is #916A73. Grayscale: #888888. Windows color (decimal): -9529972 or 9213294. OLE color: 9213294.

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

Color convert

RGB 110 149 140 -
CMYK 0.26 0 0.06 0.42
HSL 166.15º 0.16% 0.51% -
HSV(B) 166.15º 0.26% 0.58% -
XYZ 21.91 26.7 28.81 -
YUV 136.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 110 149 140 0.26 0 0.06 0.42 166.15 0.16 0.51
Hex 6E 95 8C 1A 0 6 2A A6 10 33
Octal 156 225 214 32 0 6 52 246 20 63
Binary 1101110 10010101 10001100 11010 0 110 101010 10100110 10000 110011

Color Harmonies of #6E958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E958C

Black with #6E958C

Text Example


Text Example

White with #6E958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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