Html Css Color HEX #6B8D87 Gumbo

📋 copy color: '#6B8D87'

red 107 ◦ green 141 ◦ blue 135

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

Shades of Gumbo #6B8D87

Tints of Gumbo #6B8D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 27.94%
G = 36.81%
B = 35.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#6B8D87 (or 0x6B8D87) is known color: Gumbo. HEX triplet: 6B, 8D and 87. RGB value is (107,141,135). Sum of RGB (Red+Green+Blue) = 107+141+135=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8D87 is #947278. Grayscale: #828282. Windows color (decimal): -9728633 or 8883563. OLE color: 8883563.

HSL color Cylindrical-coordinate representation of color #6B8D87: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D87 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 141 135 -
CMYK 0.24 0 0.04 0.45
HSL 169.41º 0.14% 0.49% -
HSV(B) 169.41º 0.24% 0.55% -
XYZ 19.96 23.92 26.49 -
YUV 130.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 107 141 135 0.24 0 0.04 0.45 169.41 0.14 0.49
Hex 6B 8D 87 18 0 4 2D A9 E 31
Octal 153 215 207 30 0 4 55 251 16 61
Binary 1101011 10001101 10000111 11000 0 100 101101 10101001 1110 110001

Color Harmonies of #6B8D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8D87

Black with #6B8D87

Text Example


Text Example

White with #6B8D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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