Html Css Color HEX #6F958B Gumbo

📋 copy color: '#6F958B'

red 111 ◦ green 149 ◦ blue 139

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

Shades of Gumbo #6F958B

Tints of Gumbo #6F958B

RGB

 RED value IS 111 (43.75% from 255) = 27.82%

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 27.82%
G = 37.34%
B = 34.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#6F958B (or 0x6F958B) is known color: Gumbo. HEX triplet: 6F, 95 and 8B. RGB value is (111,149,139). Sum of RGB (Red+Green+Blue) = 111+149+139=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #6F958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F958B is #906A74. Grayscale: #888888. Windows color (decimal): -9464437 or 9147759. OLE color: 9147759.

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

Color convert

RGB 111 149 139 -
CMYK 0.26 0 0.07 0.42
HSL 164.21º 0.15% 0.51% -
HSV(B) 164.21º 0.26% 0.58% -
XYZ 21.96 26.74 28.43 -
YUV 136.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 111 149 139 0.26 0 0.07 0.42 164.21 0.15 0.51
Hex 6F 95 8B 1A 0 7 2A A4 F 33
Octal 157 225 213 32 0 7 52 244 17 63
Binary 1101111 10010101 10001011 11010 0 111 101010 10100100 1111 110011

Color Harmonies of #6F958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F958B

Black with #6F958B

Text Example


Text Example

White with #6F958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,149,139); }

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

background-color css

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

 a { background-color: rgb(111,149,139); }

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

border-color css

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

 span { border-color: rgb(111,149,139); }

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