Html Css Color HEX #6D8984 Gumbo

📋 copy color: '#6D8984'

red 109 ◦ green 137 ◦ blue 132

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

Shades of Gumbo #6D8984

Tints of Gumbo #6D8984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 28.84%
G = 36.24%
B = 34.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#6D8984 (or 0x6D8984) is known color: Gumbo. HEX triplet: 6D, 89 and 84. RGB value is (109,137,132). Sum of RGB (Red+Green+Blue) = 109+137+132=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8984 is #92767B. Grayscale: #808080. Windows color (decimal): -9598588 or 8685933. OLE color: 8685933.

HSL color Cylindrical-coordinate representation of color #6D8984: hue angle of 169.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8984 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 137 132 -
CMYK 0.20 0 0.04 0.46
HSL 169.29º 0.11% 0.48% -
HSV(B) 169.29º 0.2% 0.54% -
XYZ 19.42 22.81 25.21 -
YUV 128.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 109 137 132 0.20 0 0.04 0.46 169.29 0.11 0.48
Hex 6D 89 84 14 0 4 2E A9 B 30
Octal 155 211 204 24 0 4 56 251 13 60
Binary 1101101 10001001 10000100 10100 0 100 101110 10101001 1011 110000

Color Harmonies of #6D8984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8984

Black with #6D8984

Text Example


Text Example

White with #6D8984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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