Html Css Color HEX #6E8783 Gumbo

📋 copy color: '#6E8783'

red 110 ◦ green 135 ◦ blue 131

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

Shades of Gumbo #6E8783

Tints of Gumbo #6E8783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 29.26%
G = 35.9%
B = 34.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#6E8783 (or 0x6E8783) is known color: Gumbo. HEX triplet: 6E, 87 and 83. RGB value is (110,135,131). Sum of RGB (Red+Green+Blue) = 110+135+131=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8783 is #91787C. Grayscale: #7F7F7F. Windows color (decimal): -9533565 or 8619886. OLE color: 8619886.

HSL color Cylindrical-coordinate representation of color #6E8783: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8783 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 135 131 -
CMYK 0.19 0 0.03 0.47
HSL 170.4º 0.1% 0.48% -
HSV(B) 170.4º 0.19% 0.53% -
XYZ 19.19 22.28 24.76 -
YUV 127.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 110 135 131 0.19 0 0.03 0.47 170.4 0.1 0.48
Hex 6E 87 83 13 0 3 2F AA A 30
Octal 156 207 203 23 0 3 57 252 12 60
Binary 1101110 10000111 10000011 10011 0 11 101111 10101010 1010 110000

Color Harmonies of #6E8783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8783

Black with #6E8783

Text Example


Text Example

White with #6E8783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,131); }

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

background-color css

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

 a { background-color: rgb(110,135,131); }

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

border-color css

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

 span { border-color: rgb(110,135,131); }

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