Html Css Color HEX #6C948A Gumbo

📋 copy color: '#6C948A'

red 108 ◦ green 148 ◦ blue 138

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

Shades of Gumbo #6C948A

Tints of Gumbo #6C948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 27.41%
G = 37.56%
B = 35.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#6C948A (or 0x6C948A) is known color: Gumbo. HEX triplet: 6C, 94 and 8A. RGB value is (108,148,138). Sum of RGB (Red+Green+Blue) = 108+148+138=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #6C948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C948A is #936B75. Grayscale: #868686. Windows color (decimal): -9661302 or 9081964. OLE color: 9081964.

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

Color convert

RGB 108 148 138 -
CMYK 0.27 0 0.07 0.42
HSL 165º 0.16% 0.5% -
HSV(B) 165º 0.27% 0.58% -
XYZ 21.36 26.2 27.98 -
YUV 134.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 108 148 138 0.27 0 0.07 0.42 165 0.16 0.5
Hex 6C 94 8A 1B 0 7 2A A5 10 32
Octal 154 224 212 33 0 7 52 245 20 62
Binary 1101100 10010100 10001010 11011 0 111 101010 10100101 10000 110010

Color Harmonies of #6C948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C948A

Black with #6C948A

Text Example


Text Example

White with #6C948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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