Html Css Color HEX #6D8B89 Gumbo

📋 copy color: '#6D8B89'

red 109 ◦ green 139 ◦ blue 137

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

Shades of Gumbo #6D8B89

Tints of Gumbo #6D8B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 28.31%
G = 36.1%
B = 35.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#6D8B89 (or 0x6D8B89) is known color: Gumbo. HEX triplet: 6D, 8B and 89. RGB value is (109,139,137). Sum of RGB (Red+Green+Blue) = 109+139+137=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B89 is #927476. Grayscale: #818181. Windows color (decimal): -9598071 or 9014125. OLE color: 9014125.

HSL color Cylindrical-coordinate representation of color #6D8B89: hue angle of 176º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B89 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 139 137 -
CMYK 0.22 0 0.01 0.45
HSL 176º 0.12% 0.49% -
HSV(B) 176º 0.22% 0.55% -
XYZ 20.05 23.52 27.15 -
YUV 129.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 109 139 137 0.22 0 0.01 0.45 176 0.12 0.49
Hex 6D 8B 89 16 0 1 2D B0 C 31
Octal 155 213 211 26 0 1 55 260 14 61
Binary 1101101 10001011 10001001 10110 0 1 101101 10110000 1100 110001

Color Harmonies of #6D8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8B89

Black with #6D8B89

Text Example


Text Example

White with #6D8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,137); }

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

background-color css

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

 a { background-color: rgb(109,139,137); }

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

border-color css

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

 span { border-color: rgb(109,139,137); }

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