Html Css Color HEX #6E948B Gumbo

📋 copy color: '#6E948B'

red 110 ◦ green 148 ◦ blue 139

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

Shades of Gumbo #6E948B

Tints of Gumbo #6E948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 27.71%
G = 37.28%
B = 35.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#6E948B (or 0x6E948B) is known color: Gumbo. HEX triplet: 6E, 94 and 8B. RGB value is (110,148,139). Sum of RGB (Red+Green+Blue) = 110+148+139=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #6E948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E948B is #916B74. Grayscale: #878787. Windows color (decimal): -9530229 or 9147502. OLE color: 9147502.

HSL color Cylindrical-coordinate representation of color #6E948B: hue angle of 165.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E948B is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 139 -
CMYK 0.26 0 0.06 0.42
HSL 165.79º 0.15% 0.51% -
HSV(B) 165.79º 0.26% 0.58% -
XYZ 21.68 26.36 28.37 -
YUV 135.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 110 148 139 0.26 0 0.06 0.42 165.79 0.15 0.51
Hex 6E 94 8B 1A 0 6 2A A6 F 33
Octal 156 224 213 32 0 6 52 246 17 63
Binary 1101110 10010100 10001011 11010 0 110 101010 10100110 1111 110011

Color Harmonies of #6E948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E948B

Black with #6E948B

Text Example


Text Example

White with #6E948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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