Html Css Color HEX #6E998E Gumbo

📋 copy color: '#6E998E'

red 110 ◦ green 153 ◦ blue 142

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

Shades of Gumbo #6E998E

Tints of Gumbo #6E998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 27.16%
G = 37.78%
B = 35.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#6E998E (or 0x6E998E) is known color: Gumbo. HEX triplet: 6E, 99 and 8E. RGB value is (110,153,142). Sum of RGB (Red+Green+Blue) = 110+153+142=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #6E998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E998E is #916671. Grayscale: #8A8A8A. Windows color (decimal): -9528946 or 9345390. OLE color: 9345390.

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

Color convert

RGB 110 153 142 -
CMYK 0.28 0 0.07 0.4
HSL 164.65º 0.17% 0.52% -
HSV(B) 164.65º 0.28% 0.6% -
XYZ 22.7 28.05 29.81 -
YUV 138.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 110 153 142 0.28 0 0.07 0.4 164.65 0.17 0.52
Hex 6E 99 8E 1C 0 7 28 A5 11 34
Octal 156 231 216 34 0 7 50 245 21 64
Binary 1101110 10011001 10001110 11100 0 111 101000 10100101 10001 110100

Color Harmonies of #6E998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E998E

Black with #6E998E

Text Example


Text Example

White with #6E998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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