Html Css Color HEX #6D8584 Gumbo

📋 copy color: '#6D8584'

red 109 ◦ green 133 ◦ blue 132

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

Shades of Gumbo #6D8584

Tints of Gumbo #6D8584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 29.14%
G = 35.56%
B = 35.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#6D8584 (or 0x6D8584) is known color: Gumbo. HEX triplet: 6D, 85 and 84. RGB value is (109,133,132). Sum of RGB (Red+Green+Blue) = 109+133+132=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8584 is #927A7B. Grayscale: #7D7D7D. Windows color (decimal): -9599612 or 8684909. OLE color: 8684909.

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

Color convert

RGB 109 133 132 -
CMYK 0.18 0 0.01 0.48
HSL 177.5º 0.1% 0.47% -
HSV(B) 177.5º 0.18% 0.52% -
XYZ 18.86 21.69 25.02 -
YUV 125.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 109 133 132 0.18 0 0.01 0.48 177.5 0.1 0.47
Hex 6D 85 84 12 0 1 30 B2 A 2F
Octal 155 205 204 22 0 1 60 262 12 57
Binary 1101101 10000101 10000100 10010 0 1 110000 10110010 1010 101111

Color Harmonies of #6D8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8584

Black with #6D8584

Text Example


Text Example

White with #6D8584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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