Html Css Color HEX #6B8784 Gumbo

📋 copy color: '#6B8784'

red 107 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #6B8784

Tints of Gumbo #6B8784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 28.61%
G = 36.1%
B = 35.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#6B8784 (or 0x6B8784) is known color: Gumbo. HEX triplet: 6B, 87 and 84. RGB value is (107,135,132). Sum of RGB (Red+Green+Blue) = 107+135+132=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8784 is #94787B. Grayscale: #7E7E7E. Windows color (decimal): -9730172 or 8685419. OLE color: 8685419.

HSL color Cylindrical-coordinate representation of color #6B8784: hue angle of 173.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8784 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 132 -
CMYK 0.21 0 0.02 0.47
HSL 173.57º 0.12% 0.47% -
HSV(B) 173.57º 0.21% 0.53% -
XYZ 18.89 22.12 25.1 -
YUV 126.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 107 135 132 0.21 0 0.02 0.47 173.57 0.12 0.47
Hex 6B 87 84 15 0 2 2F AE C 2F
Octal 153 207 204 25 0 2 57 256 14 57
Binary 1101011 10000111 10000100 10101 0 10 101111 10101110 1100 101111

Color Harmonies of #6B8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8784

Black with #6B8784

Text Example


Text Example

White with #6B8784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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