Html Css Color HEX #6D8683 Gumbo

📋 copy color: '#6D8683'

red 109 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #6D8683

Tints of Gumbo #6D8683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 29.14%
G = 35.83%
B = 35.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#6D8683 (or 0x6D8683) is known color: Gumbo. HEX triplet: 6D, 86 and 83. RGB value is (109,134,131). Sum of RGB (Red+Green+Blue) = 109+134+131=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8683 is #92797C. Grayscale: #7E7E7E. Windows color (decimal): -9599357 or 8619629. OLE color: 8619629.

HSL color Cylindrical-coordinate representation of color #6D8683: hue angle of 172.8º 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 #6D8683 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 134 131 -
CMYK 0.19 0 0.02 0.47
HSL 172.8º 0.1% 0.48% -
HSV(B) 172.8º 0.19% 0.53% -
XYZ 18.93 21.94 24.71 -
YUV 126.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 109 134 131 0.19 0 0.02 0.47 172.8 0.1 0.48
Hex 6D 86 83 13 0 2 2F AD A 30
Octal 155 206 203 23 0 2 57 255 12 60
Binary 1101101 10000110 10000011 10011 0 10 101111 10101101 1010 110000

Color Harmonies of #6D8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8683

Black with #6D8683

Text Example


Text Example

White with #6D8683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,134,131); }

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

background-color css

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

 a { background-color: rgb(109,134,131); }

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

border-color css

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

 span { border-color: rgb(109,134,131); }

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