Html Css Color HEX #6E928D Gumbo

📋 copy color: '#6E928D'

red 110 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #6E928D

Tints of Gumbo #6E928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 27.71%
G = 36.78%
B = 35.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6E928D (or 0x6E928D) is known color: Gumbo. HEX triplet: 6E, 92 and 8D. RGB value is (110,146,141). Sum of RGB (Red+Green+Blue) = 110+146+141=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6E928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E928D is #916D72. Grayscale: #868686. Windows color (decimal): -9530739 or 9278062. OLE color: 9278062.

HSL color Cylindrical-coordinate representation of color #6E928D: hue angle of 171.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E928D is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 141 -
CMYK 0.25 0 0.03 0.43
HSL 171.67º 0.14% 0.5% -
HSV(B) 171.67º 0.25% 0.57% -
XYZ 21.52 25.8 29.04 -
YUV 134.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 110 146 141 0.25 0 0.03 0.43 171.67 0.14 0.5
Hex 6E 92 8D 19 0 3 2B AC E 32
Octal 156 222 215 31 0 3 53 254 16 62
Binary 1101110 10010010 10001101 11001 0 11 101011 10101100 1110 110010

Color Harmonies of #6E928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E928D

Black with #6E928D

Text Example


Text Example

White with #6E928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,141); }

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

background-color css

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

 a { background-color: rgb(110,146,141); }

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

border-color css

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

 span { border-color: rgb(110,146,141); }

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