Html Css Color HEX #6B958C Gumbo

📋 copy color: '#6B958C'

red 107 ◦ green 149 ◦ blue 140

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

Shades of Gumbo #6B958C

Tints of Gumbo #6B958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 27.02%
G = 37.63%
B = 35.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6B958C (or 0x6B958C) is known color: Gumbo. HEX triplet: 6B, 95 and 8C. RGB value is (107,149,140). Sum of RGB (Red+Green+Blue) = 107+149+140=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #6B958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B958C is #946A73. Grayscale: #878787. Windows color (decimal): -9726580 or 9213291. OLE color: 9213291.

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

Color convert

RGB 107 149 140 -
CMYK 0.28 0 0.06 0.42
HSL 167.14º 0.17% 0.5% -
HSV(B) 167.14º 0.28% 0.58% -
XYZ 21.54 26.51 28.79 -
YUV 135.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 107 149 140 0.28 0 0.06 0.42 167.14 0.17 0.5
Hex 6B 95 8C 1C 0 6 2A A7 11 32
Octal 153 225 214 34 0 6 52 247 21 62
Binary 1101011 10010101 10001100 11100 0 110 101010 10100111 10001 110010

Color Harmonies of #6B958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B958C

Black with #6B958C

Text Example


Text Example

White with #6B958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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