Html Css Color HEX #6E8885 Gumbo

📋 copy color: '#6E8885'

red 110 ◦ green 136 ◦ blue 133

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

Shades of Gumbo #6E8885

Tints of Gumbo #6E8885

RGB

 RED value IS 110 (43.36% from 255) = 29.02%

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 29.02%
G = 35.88%
B = 35.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#6E8885 (or 0x6E8885) is known color: Gumbo. HEX triplet: 6E, 88 and 85. RGB value is (110,136,133). Sum of RGB (Red+Green+Blue) = 110+136+133=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8885 is #91777A. Grayscale: #7F7F7F. Windows color (decimal): -9533307 or 8751214. OLE color: 8751214.

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

Color convert

RGB 110 136 133 -
CMYK 0.19 0 0.02 0.47
HSL 173.08º 0.11% 0.48% -
HSV(B) 173.08º 0.19% 0.53% -
XYZ 19.47 22.62 25.53 -
YUV 127.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 110 136 133 0.19 0 0.02 0.47 173.08 0.11 0.48
Hex 6E 88 85 13 0 2 2F AD B 30
Octal 156 210 205 23 0 2 57 255 13 60
Binary 1101110 10001000 10000101 10011 0 10 101111 10101101 1011 110000

Color Harmonies of #6E8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8885

Black with #6E8885

Text Example


Text Example

White with #6E8885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,136,133); }

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

background-color css

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

 a { background-color: rgb(110,136,133); }

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

border-color css

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

 span { border-color: rgb(110,136,133); }

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