Html Css Color HEX #6F968C Gumbo

📋 copy color: '#6F968C'

red 111 ◦ green 150 ◦ blue 140

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

Shades of Gumbo #6F968C

Tints of Gumbo #6F968C

RGB

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

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

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

R = 27.68%
G = 37.41%
B = 34.91%

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

#6F968C (or 0x6F968C) is known color: Gumbo. HEX triplet: 6F, 96 and 8C. RGB value is (111,150,140). Sum of RGB (Red+Green+Blue) = 111+150+140=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #6F968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F968C is #906973. Grayscale: #898989. Windows color (decimal): -9464180 or 9213551. OLE color: 9213551.

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

Color convert

RGB 111 150 140 -
CMYK 0.26 0 0.07 0.41
HSL 164.62º 0.16% 0.51% -
HSV(B) 164.62º 0.26% 0.59% -
XYZ 22.2 27.09 28.87 -
YUV 137.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 111 150 140 0.26 0 0.07 0.41 164.62 0.16 0.51
Hex 6F 96 8C 1A 0 7 29 A5 10 33
Octal 157 226 214 32 0 7 51 245 20 63
Binary 1101111 10010110 10001100 11010 0 111 101001 10100101 10000 110011

Color Harmonies of #6F968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F968C

Black with #6F968C

Text Example


Text Example

White with #6F968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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