Html Css Color HEX #6B9E91 Gumbo

📋 copy color: '#6B9E91'

red 107 ◦ green 158 ◦ blue 145

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

Shades of Gumbo #6B9E91

Tints of Gumbo #6B9E91

RGB

 RED value IS 107 (42.19% from 255) = 26.1%

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 26.1%
G = 38.54%
B = 35.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#6B9E91 (or 0x6B9E91) is known color: Gumbo. HEX triplet: 6B, 9E and 91. RGB value is (107,158,145). Sum of RGB (Red+Green+Blue) = 107+158+145=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9E91 is #94616E. Grayscale: #8D8D8D. Windows color (decimal): -9724271 or 9543275. OLE color: 9543275.

HSL color Cylindrical-coordinate representation of color #6B9E91: hue angle of 164.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9E91 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 107 158 145 -
CMYK 0.32 0 0.08 0.38
HSL 164.71º 0.21% 0.52% -
HSV(B) 164.71º 0.32% 0.62% -
XYZ 23.4 29.62 31.27 -
YUV 141.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 107 158 145 0.32 0 0.08 0.38 164.71 0.21 0.52
Hex 6B 9E 91 20 0 8 26 A5 15 34
Octal 153 236 221 40 0 10 46 245 25 64
Binary 1101011 10011110 10010001 100000 0 1000 100110 10100101 10101 110100

Color Harmonies of #6B9E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9E91

Black with #6B9E91

Text Example


Text Example

White with #6B9E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,158,145); }

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

background-color css

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

 a { background-color: rgb(107,158,145); }

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

border-color css

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

 span { border-color: rgb(107,158,145); }

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