Html Css Color HEX #6B8B87 Gumbo

📋 copy color: '#6B8B87'

red 107 ◦ green 139 ◦ blue 135

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

Shades of Gumbo #6B8B87

Tints of Gumbo #6B8B87

RGB

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

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

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

R = 28.08%
G = 36.48%
B = 35.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#6B8B87 (or 0x6B8B87) is known color: Gumbo. HEX triplet: 6B, 8B and 87. RGB value is (107,139,135). Sum of RGB (Red+Green+Blue) = 107+139+135=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B87 is #947478. Grayscale: #808080. Windows color (decimal): -9729145 or 8883051. OLE color: 8883051.

HSL color Cylindrical-coordinate representation of color #6B8B87: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B87 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 139 135 -
CMYK 0.23 0 0.03 0.45
HSL 172.5º 0.13% 0.48% -
HSV(B) 172.5º 0.23% 0.55% -
XYZ 19.67 23.34 26.39 -
YUV 128.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 107 139 135 0.23 0 0.03 0.45 172.5 0.13 0.48
Hex 6B 8B 87 17 0 3 2D AC D 30
Octal 153 213 207 27 0 3 55 254 15 60
Binary 1101011 10001011 10000111 10111 0 11 101101 10101100 1101 110000

Color Harmonies of #6B8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B87

Black with #6B8B87

Text Example


Text Example

White with #6B8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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