Html Css Color HEX #6F8580 Gumbo

📋 copy color: '#6F8580'

red 111 ◦ green 133 ◦ blue 128

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

Shades of Gumbo #6F8580

Tints of Gumbo #6F8580

RGB

 RED value IS 111 (43.75% from 255) = 29.84%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 128 (50.39% from 255) = 34.41%

R = 29.84%
G = 35.75%
B = 34.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#6F8580 (or 0x6F8580) is known color: Gumbo. HEX triplet: 6F, 85 and 80. RGB value is (111,133,128). Sum of RGB (Red+Green+Blue) = 111+133+128=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8580 is #907A7F. Grayscale: #7D7D7D. Windows color (decimal): -9468544 or 8422767. OLE color: 8422767.

HSL color Cylindrical-coordinate representation of color #6F8580: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8580 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 128 -
CMYK 0.17 0 0.04 0.48
HSL 166.36º 0.09% 0.48% -
HSV(B) 166.36º 0.17% 0.52% -
XYZ 18.84 21.71 23.62 -
YUV 125.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 111 133 128 0.17 0 0.04 0.48 166.36 0.09 0.48
Hex 6F 85 80 11 0 4 30 A6 9 30
Octal 157 205 200 21 0 4 60 246 11 60
Binary 1101111 10000101 10000000 10001 0 100 110000 10100110 1001 110000

Color Harmonies of #6F8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8580

Black with #6F8580

Text Example


Text Example

White with #6F8580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,128); }

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

background-color css

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

 a { background-color: rgb(111,133,128); }

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

border-color css

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

 span { border-color: rgb(111,133,128); }

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