Html Css Color HEX #6D938A Gumbo

📋 copy color: '#6D938A'

red 109 ◦ green 147 ◦ blue 138

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

Shades of Gumbo #6D938A

Tints of Gumbo #6D938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 27.66%
G = 37.31%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6D938A (or 0x6D938A) is known color: Gumbo. HEX triplet: 6D, 93 and 8A. RGB value is (109,147,138). Sum of RGB (Red+Green+Blue) = 109+147+138=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938A is #926C75. Grayscale: #868686. Windows color (decimal): -9596022 or 9081709. OLE color: 9081709.

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

Color convert

RGB 109 147 138 -
CMYK 0.26 0 0.06 0.42
HSL 165.79º 0.15% 0.5% -
HSV(B) 165.79º 0.26% 0.58% -
XYZ 21.33 25.95 27.93 -
YUV 134.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 109 147 138 0.26 0 0.06 0.42 165.79 0.15 0.5
Hex 6D 93 8A 1A 0 6 2A A6 F 32
Octal 155 223 212 32 0 6 52 246 17 62
Binary 1101101 10010011 10001010 11010 0 110 101010 10100110 1111 110010

Color Harmonies of #6D938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D938A

Black with #6D938A

Text Example


Text Example

White with #6D938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,147,138); }

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

background-color css

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

 a { background-color: rgb(109,147,138); }

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

border-color css

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

 span { border-color: rgb(109,147,138); }

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