Html Css Color HEX #6C938A Gumbo

📋 copy color: '#6C938A'

red 108 ◦ green 147 ◦ blue 138

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

Shades of Gumbo #6C938A

Tints of Gumbo #6C938A

RGB

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

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

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

R = 27.48%
G = 37.4%
B = 35.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6C938A (or 0x6C938A) is known color: Gumbo. HEX triplet: 6C, 93 and 8A. RGB value is (108,147,138). Sum of RGB (Red+Green+Blue) = 108+147+138=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #6C938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C938A is #936C75. Grayscale: #868686. Windows color (decimal): -9661558 or 9081708. OLE color: 9081708.

HSL color Cylindrical-coordinate representation of color #6C938A: hue angle of 166.15º 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 #6C938A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 138 -
CMYK 0.27 0 0.06 0.42
HSL 166.15º 0.15% 0.5% -
HSV(B) 166.15º 0.27% 0.58% -
XYZ 21.21 25.89 27.92 -
YUV 134.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 108 147 138 0.27 0 0.06 0.42 166.15 0.15 0.5
Hex 6C 93 8A 1B 0 6 2A A6 F 32
Octal 154 223 212 33 0 6 52 246 17 62
Binary 1101100 10010011 10001010 11011 0 110 101010 10100110 1111 110010

Color Harmonies of #6C938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C938A

Black with #6C938A

Text Example


Text Example

White with #6C938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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