Html Css Color HEX #6C938B Gumbo

📋 copy color: '#6C938B'

red 108 ◦ green 147 ◦ blue 139

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

Shades of Gumbo #6C938B

Tints of Gumbo #6C938B

RGB

 RED value IS 108 (42.58% from 255) = 27.41%

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 27.41%
G = 37.31%
B = 35.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#6C938B (or 0x6C938B) is known color: Gumbo. HEX triplet: 6C, 93 and 8B. RGB value is (108,147,139). Sum of RGB (Red+Green+Blue) = 108+147+139=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6C938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C938B is #936C74. Grayscale: #868686. Windows color (decimal): -9661557 or 9147244. OLE color: 9147244.

HSL color Cylindrical-coordinate representation of color #6C938B: hue angle of 167.69º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C938B is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 139 -
CMYK 0.27 0 0.05 0.42
HSL 167.69º 0.15% 0.5% -
HSV(B) 167.69º 0.27% 0.58% -
XYZ 21.28 25.92 28.31 -
YUV 134.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 108 147 139 0.27 0 0.05 0.42 167.69 0.15 0.5
Hex 6C 93 8B 1B 0 5 2A A8 F 32
Octal 154 223 213 33 0 5 52 250 17 62
Binary 1101100 10010011 10001011 11011 0 101 101010 10101000 1111 110010

Color Harmonies of #6C938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C938B

Black with #6C938B

Text Example


Text Example

White with #6C938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,147,139); }

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

background-color css

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

 a { background-color: rgb(108,147,139); }

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

border-color css

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

 span { border-color: rgb(108,147,139); }

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