Html Css Color HEX #6E988E Gumbo

📋 copy color: '#6E988E'

red 110 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #6E988E

Tints of Gumbo #6E988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 27.23%
G = 37.62%
B = 35.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6E988E (or 0x6E988E) is known color: Gumbo. HEX triplet: 6E, 98 and 8E. RGB value is (110,152,142). Sum of RGB (Red+Green+Blue) = 110+152+142=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #6E988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E988E is #916771. Grayscale: #8A8A8A. Windows color (decimal): -9529202 or 9345134. OLE color: 9345134.

HSL color Cylindrical-coordinate representation of color #6E988E: hue angle of 165.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E988E is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 152 142 -
CMYK 0.28 0 0.07 0.40
HSL 165.71º 0.17% 0.51% -
HSV(B) 165.71º 0.28% 0.6% -
XYZ 22.54 27.72 29.75 -
YUV 138.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 110 152 142 0.28 0 0.07 0.40 165.71 0.17 0.51
Hex 6E 98 8E 1C 0 7 28 A6 11 33
Octal 156 230 216 34 0 7 50 246 21 63
Binary 1101110 10011000 10001110 11100 0 111 101000 10100110 10001 110011

Color Harmonies of #6E988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E988E

Black with #6E988E

Text Example


Text Example

White with #6E988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,152,142); }

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

background-color css

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

 a { background-color: rgb(110,152,142); }

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

border-color css

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

 span { border-color: rgb(110,152,142); }

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