Html Css Color HEX #6E9B90 Gumbo

📋 copy color: '#6E9B90'

red 110 ◦ green 155 ◦ blue 144

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

Shades of Gumbo #6E9B90

Tints of Gumbo #6E9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 26.89%
G = 37.9%
B = 35.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#6E9B90 (or 0x6E9B90) is known color: Gumbo. HEX triplet: 6E, 9B and 90. RGB value is (110,155,144). Sum of RGB (Red+Green+Blue) = 110+155+144=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B90 is #91646F. Grayscale: #8C8C8C. Windows color (decimal): -9528432 or 9476974. OLE color: 9476974.

HSL color Cylindrical-coordinate representation of color #6E9B90: hue angle of 165.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B90 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 144 -
CMYK 0.29 0 0.07 0.39
HSL 165.33º 0.18% 0.52% -
HSV(B) 165.33º 0.29% 0.61% -
XYZ 23.19 28.77 30.72 -
YUV 140.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 110 155 144 0.29 0 0.07 0.39 165.33 0.18 0.52
Hex 6E 9B 90 1D 0 7 27 A5 12 34
Octal 156 233 220 35 0 7 47 245 22 64
Binary 1101110 10011011 10010000 11101 0 111 100111 10100101 10010 110100

Color Harmonies of #6E9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B90

Black with #6E9B90

Text Example


Text Example

White with #6E9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,144); }

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

background-color css

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

 a { background-color: rgb(110,155,144); }

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

border-color css

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

 span { border-color: rgb(110,155,144); }

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