Html Css Color HEX #6B958A Gumbo

📋 copy color: '#6B958A'

red 107 ◦ green 149 ◦ blue 138

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

Shades of Gumbo #6B958A

Tints of Gumbo #6B958A

RGB

 RED value IS 107 (42.19% from 255) = 27.16%

 GREEN value IS 149 (58.59% from 255) = 37.82%

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

R = 27.16%
G = 37.82%
B = 35.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#6B958A (or 0x6B958A) is known color: Gumbo. HEX triplet: 6B, 95 and 8A. RGB value is (107,149,138). Sum of RGB (Red+Green+Blue) = 107+149+138=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #6B958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B958A is #946A75. Grayscale: #878787. Windows color (decimal): -9726582 or 9082219. OLE color: 9082219.

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

Color convert

RGB 107 149 138 -
CMYK 0.28 0 0.07 0.42
HSL 164.29º 0.17% 0.5% -
HSV(B) 164.29º 0.28% 0.58% -
XYZ 21.4 26.46 28.02 -
YUV 135.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 107 149 138 0.28 0 0.07 0.42 164.29 0.17 0.5
Hex 6B 95 8A 1C 0 7 2A A4 11 32
Octal 153 225 212 34 0 7 52 244 21 62
Binary 1101011 10010101 10001010 11100 0 111 101010 10100100 10001 110010

Color Harmonies of #6B958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B958A

Black with #6B958A

Text Example


Text Example

White with #6B958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,138); }

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

background-color css

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

 a { background-color: rgb(107,149,138); }

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

border-color css

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

 span { border-color: rgb(107,149,138); }

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