Html Css Color HEX #6F968E Gumbo

📋 copy color: '#6F968E'

red 111 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #6F968E

Tints of Gumbo #6F968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 27.54%
G = 37.22%
B = 35.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#6F968E (or 0x6F968E) is known color: Gumbo. HEX triplet: 6F, 96 and 8E. RGB value is (111,150,142). Sum of RGB (Red+Green+Blue) = 111+150+142=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #6F968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F968E is #906971. Grayscale: #898989. Windows color (decimal): -9464178 or 9344623. OLE color: 9344623.

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

Color convert

RGB 111 150 142 -
CMYK 0.26 0 0.05 0.41
HSL 167.69º 0.16% 0.51% -
HSV(B) 167.69º 0.26% 0.59% -
XYZ 22.34 27.15 29.65 -
YUV 137.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 111 150 142 0.26 0 0.05 0.41 167.69 0.16 0.51
Hex 6F 96 8E 1A 0 5 29 A8 10 33
Octal 157 226 216 32 0 5 51 250 20 63
Binary 1101111 10010110 10001110 11010 0 101 101001 10101000 10000 110011

Color Harmonies of #6F968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F968E

Black with #6F968E

Text Example


Text Example

White with #6F968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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