Html Css Color HEX #6F958A Gumbo

📋 copy color: '#6F958A'

red 111 ◦ green 149 ◦ blue 138

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

Shades of Gumbo #6F958A

Tints of Gumbo #6F958A

RGB

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

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

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

R = 27.89%
G = 37.44%
B = 34.67%

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

#6F958A (or 0x6F958A) is known color: Gumbo. HEX triplet: 6F, 95 and 8A. RGB value is (111,149,138). Sum of RGB (Red+Green+Blue) = 111+149+138=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #6F958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F958A is #906A75. Grayscale: #888888. Windows color (decimal): -9464438 or 9082223. OLE color: 9082223.

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

Color convert

RGB 111 149 138 -
CMYK 0.26 0 0.07 0.42
HSL 162.63º 0.15% 0.51% -
HSV(B) 162.63º 0.26% 0.58% -
XYZ 21.89 26.71 28.05 -
YUV 136.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 111 149 138 0.26 0 0.07 0.42 162.63 0.15 0.51
Hex 6F 95 8A 1A 0 7 2A A3 F 33
Octal 157 225 212 32 0 7 52 243 17 63
Binary 1101111 10010101 10001010 11010 0 111 101010 10100011 1111 110011

Color Harmonies of #6F958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F958A

Black with #6F958A

Text Example


Text Example

White with #6F958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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