Html Css Color HEX #6C8784 Gumbo

📋 copy color: '#6C8784'

red 108 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #6C8784

Tints of Gumbo #6C8784

RGB

 RED value IS 108 (42.58% from 255) = 28.8%

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

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

R = 28.8%
G = 36%
B = 35.2%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#6C8784 (or 0x6C8784) is known color: Gumbo. HEX triplet: 6C, 87 and 84. RGB value is (108,135,132). Sum of RGB (Red+Green+Blue) = 108+135+132=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8784 is #93787B. Grayscale: #7E7E7E. Windows color (decimal): -9664636 or 8685420. OLE color: 8685420.

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

Color convert

RGB 108 135 132 -
CMYK 0.2 0 0.02 0.47
HSL 173.33º 0.11% 0.48% -
HSV(B) 173.33º 0.2% 0.53% -
XYZ 19.01 22.18 25.11 -
YUV 126.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 108 135 132 0.2 0 0.02 0.47 173.33 0.11 0.48
Hex 6C 87 84 14 0 2 2F AD B 30
Octal 154 207 204 24 0 2 57 255 13 60
Binary 1101100 10000111 10000100 10100 0 10 101111 10101101 1011 110000

Color Harmonies of #6C8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8784

Black with #6C8784

Text Example


Text Example

White with #6C8784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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