Html Css Color HEX #6E9289 Gumbo

📋 copy color: '#6E9289'

red 110 ◦ green 146 ◦ blue 137

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

Shades of Gumbo #6E9289

Tints of Gumbo #6E9289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 27.99%
G = 37.15%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#6E9289 (or 0x6E9289) is known color: Gumbo. HEX triplet: 6E, 92 and 89. RGB value is (110,146,137). Sum of RGB (Red+Green+Blue) = 110+146+137=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9289 is #916D76. Grayscale: #868686. Windows color (decimal): -9530743 or 9015918. OLE color: 9015918.

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

Color convert

RGB 110 146 137 -
CMYK 0.25 0 0.06 0.43
HSL 165º 0.14% 0.5% -
HSV(B) 165º 0.25% 0.57% -
XYZ 21.22 25.68 27.5 -
YUV 134.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 110 146 137 0.25 0 0.06 0.43 165 0.14 0.5
Hex 6E 92 89 19 0 6 2B A5 E 32
Octal 156 222 211 31 0 6 53 245 16 62
Binary 1101110 10010010 10001001 11001 0 110 101011 10100101 1110 110010

Color Harmonies of #6E9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9289

Black with #6E9289

Text Example


Text Example

White with #6E9289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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