Html Css Color HEX #6F978E Gumbo

📋 copy color: '#6F978E'

red 111 ◦ green 151 ◦ blue 142

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

Shades of Gumbo #6F978E

Tints of Gumbo #6F978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

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

R = 27.48%
G = 37.38%
B = 35.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#6F978E (or 0x6F978E) is known color: Gumbo. HEX triplet: 6F, 97 and 8E. RGB value is (111,151,142). Sum of RGB (Red+Green+Blue) = 111+151+142=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #6F978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F978E is #906871. Grayscale: #8A8A8A. Windows color (decimal): -9463922 or 9344879. OLE color: 9344879.

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

Color convert

RGB 111 151 142 -
CMYK 0.26 0 0.06 0.41
HSL 166.5º 0.16% 0.51% -
HSV(B) 166.5º 0.26% 0.59% -
XYZ 22.5 27.47 29.71 -
YUV 138.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 111 151 142 0.26 0 0.06 0.41 166.5 0.16 0.51
Hex 6F 97 8E 1A 0 6 29 A6 10 33
Octal 157 227 216 32 0 6 51 246 20 63
Binary 1101111 10010111 10001110 11010 0 110 101001 10100110 10000 110011

Color Harmonies of #6F978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F978E

Black with #6F978E

Text Example


Text Example

White with #6F978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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