Html Css Color HEX #6D8E85 Gumbo

📋 copy color: '#6D8E85'

red 109 ◦ green 142 ◦ blue 133

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

Shades of Gumbo #6D8E85

Tints of Gumbo #6D8E85

RGB

 RED value IS 109 (42.97% from 255) = 28.39%

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 28.39%
G = 36.98%
B = 34.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#6D8E85 (or 0x6D8E85) is known color: Gumbo. HEX triplet: 6D, 8E and 85. RGB value is (109,142,133). Sum of RGB (Red+Green+Blue) = 109+142+133=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8E85 is #92717A. Grayscale: #838383. Windows color (decimal): -9597307 or 8752749. OLE color: 8752749.

HSL color Cylindrical-coordinate representation of color #6D8E85: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8E85 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 142 133 -
CMYK 0.23 0 0.06 0.44
HSL 163.64º 0.13% 0.49% -
HSV(B) 163.64º 0.23% 0.56% -
XYZ 20.21 24.29 25.81 -
YUV 131.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 109 142 133 0.23 0 0.06 0.44 163.64 0.13 0.49
Hex 6D 8E 85 17 0 6 2C A4 D 31
Octal 155 216 205 27 0 6 54 244 15 61
Binary 1101101 10001110 10000101 10111 0 110 101100 10100100 1101 110001

Color Harmonies of #6D8E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8E85

Black with #6D8E85

Text Example


Text Example

White with #6D8E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,142,133); }

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

background-color css

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

 a { background-color: rgb(109,142,133); }

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

border-color css

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

 span { border-color: rgb(109,142,133); }

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