Html Css Color HEX #6F8983 Gumbo

📋 copy color: '#6F8983'

red 111 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #6F8983

Tints of Gumbo #6F8983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 29.29%
G = 36.15%
B = 34.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#6F8983 (or 0x6F8983) is known color: Gumbo. HEX triplet: 6F, 89 and 83. RGB value is (111,137,131). Sum of RGB (Red+Green+Blue) = 111+137+131=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8983 is #90767C. Grayscale: #808080. Windows color (decimal): -9467517 or 8620399. OLE color: 8620399.

HSL color Cylindrical-coordinate representation of color #6F8983: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8983 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 131 -
CMYK 0.19 0 0.04 0.46
HSL 166.15º 0.1% 0.49% -
HSV(B) 166.15º 0.19% 0.54% -
XYZ 19.6 22.91 24.86 -
YUV 128.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 111 137 131 0.19 0 0.04 0.46 166.15 0.1 0.49
Hex 6F 89 83 13 0 4 2E A6 A 31
Octal 157 211 203 23 0 4 56 246 12 61
Binary 1101111 10001001 10000011 10011 0 100 101110 10100110 1010 110001

Color Harmonies of #6F8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8983

Black with #6F8983

Text Example


Text Example

White with #6F8983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,131); }

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

background-color css

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

 a { background-color: rgb(111,137,131); }

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

border-color css

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

 span { border-color: rgb(111,137,131); }

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