Html Css Color HEX #6F968B Gumbo

📋 copy color: '#6F968B'

red 111 ◦ green 150 ◦ blue 139

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

Shades of Gumbo #6F968B

Tints of Gumbo #6F968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 27.75%
G = 37.5%
B = 34.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#6F968B (or 0x6F968B) is known color: Gumbo. HEX triplet: 6F, 96 and 8B. RGB value is (111,150,139). Sum of RGB (Red+Green+Blue) = 111+150+139=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #6F968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F968B is #906974. Grayscale: #898989. Windows color (decimal): -9464181 or 9148015. OLE color: 9148015.

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

Color convert

RGB 111 150 139 -
CMYK 0.26 0 0.07 0.41
HSL 163.08º 0.16% 0.51% -
HSV(B) 163.08º 0.26% 0.59% -
XYZ 22.12 27.06 28.48 -
YUV 137.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 111 150 139 0.26 0 0.07 0.41 163.08 0.16 0.51
Hex 6F 96 8B 1A 0 7 29 A3 10 33
Octal 157 226 213 32 0 7 51 243 20 63
Binary 1101111 10010110 10001011 11010 0 111 101001 10100011 10000 110011

Color Harmonies of #6F968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F968B

Black with #6F968B

Text Example


Text Example

White with #6F968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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