Html Css Color HEX #6B8E87 Gumbo

📋 copy color: '#6B8E87'

red 107 ◦ green 142 ◦ blue 135

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

Shades of Gumbo #6B8E87

Tints of Gumbo #6B8E87

RGB

 RED value IS 107 (42.19% from 255) = 27.86%

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 27.86%
G = 36.98%
B = 35.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#6B8E87 (or 0x6B8E87) is known color: Gumbo. HEX triplet: 6B, 8E and 87. RGB value is (107,142,135). Sum of RGB (Red+Green+Blue) = 107+142+135=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8E87 is #947178. Grayscale: #828282. Windows color (decimal): -9728377 or 8883819. OLE color: 8883819.

HSL color Cylindrical-coordinate representation of color #6B8E87: hue angle of 168º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8E87 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 142 135 -
CMYK 0.25 0 0.05 0.44
HSL 168º 0.14% 0.49% -
HSV(B) 168º 0.25% 0.56% -
XYZ 20.11 24.22 26.54 -
YUV 130.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 107 142 135 0.25 0 0.05 0.44 168 0.14 0.49
Hex 6B 8E 87 19 0 5 2C A8 E 31
Octal 153 216 207 31 0 5 54 250 16 61
Binary 1101011 10001110 10000111 11001 0 101 101100 10101000 1110 110001

Color Harmonies of #6B8E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E87

Black with #6B8E87

Text Example


Text Example

White with #6B8E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,142,135); }

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

background-color css

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

 a { background-color: rgb(107,142,135); }

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

border-color css

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

 span { border-color: rgb(107,142,135); }

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