Html Css Color HEX #6F8B87 Gumbo

📋 copy color: '#6F8B87'

red 111 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #6F8B87

Tints of Gumbo #6F8B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 28.83%
G = 36.1%
B = 35.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#6F8B87 (or 0x6F8B87) is known color: Gumbo. HEX triplet: 6F, 8B and 87. RGB value is (111,139,135). Sum of RGB (Red+Green+Blue) = 111+139+135=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8B87 is #907478. Grayscale: #828282. Windows color (decimal): -9467001 or 8883055. OLE color: 8883055.

HSL color Cylindrical-coordinate representation of color #6F8B87: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8B87 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 139 135 -
CMYK 0.20 0 0.03 0.45
HSL 171.43º 0.11% 0.49% -
HSV(B) 171.43º 0.2% 0.55% -
XYZ 20.16 23.59 26.41 -
YUV 130.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 111 139 135 0.20 0 0.03 0.45 171.43 0.11 0.49
Hex 6F 8B 87 14 0 3 2D AB B 31
Octal 157 213 207 24 0 3 55 253 13 61
Binary 1101111 10001011 10000111 10100 0 11 101101 10101011 1011 110001

Color Harmonies of #6F8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8B87

Black with #6F8B87

Text Example


Text Example

White with #6F8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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