Html Css Color HEX #6E928B Gumbo

📋 copy color: '#6E928B'

red 110 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #6E928B

Tints of Gumbo #6E928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 27.85%
G = 36.96%
B = 35.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#6E928B (or 0x6E928B) is known color: Gumbo. HEX triplet: 6E, 92 and 8B. RGB value is (110,146,139). Sum of RGB (Red+Green+Blue) = 110+146+139=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #6E928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E928B is #916D74. Grayscale: #868686. Windows color (decimal): -9530741 or 9146990. OLE color: 9146990.

HSL color Cylindrical-coordinate representation of color #6E928B: hue angle of 168.33º 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 #6E928B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 139 -
CMYK 0.25 0 0.05 0.43
HSL 168.33º 0.14% 0.5% -
HSV(B) 168.33º 0.25% 0.57% -
XYZ 21.37 25.74 28.27 -
YUV 134.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 110 146 139 0.25 0 0.05 0.43 168.33 0.14 0.5
Hex 6E 92 8B 19 0 5 2B A8 E 32
Octal 156 222 213 31 0 5 53 250 16 62
Binary 1101110 10010010 10001011 11001 0 101 101011 10101000 1110 110010

Color Harmonies of #6E928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E928B

Black with #6E928B

Text Example


Text Example

White with #6E928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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