Html Css Color HEX #6B9B90 Gumbo

📋 copy color: '#6B9B90'

red 107 ◦ green 155 ◦ blue 144

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

Shades of Gumbo #6B9B90

Tints of Gumbo #6B9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 26.35%
G = 38.18%
B = 35.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#6B9B90 (or 0x6B9B90) is known color: Gumbo. HEX triplet: 6B, 9B and 90. RGB value is (107,155,144). Sum of RGB (Red+Green+Blue) = 107+155+144=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B90 is #94646F. Grayscale: #8B8B8B. Windows color (decimal): -9725040 or 9476971. OLE color: 9476971.

HSL color Cylindrical-coordinate representation of color #6B9B90: hue angle of 166.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B90 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 155 144 -
CMYK 0.31 0 0.07 0.39
HSL 166.25º 0.19% 0.51% -
HSV(B) 166.25º 0.31% 0.61% -
XYZ 22.82 28.58 30.7 -
YUV 139.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 107 155 144 0.31 0 0.07 0.39 166.25 0.19 0.51
Hex 6B 9B 90 1F 0 7 27 A6 13 33
Octal 153 233 220 37 0 7 47 246 23 63
Binary 1101011 10011011 10010000 11111 0 111 100111 10100110 10011 110011

Color Harmonies of #6B9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B90

Black with #6B9B90

Text Example


Text Example

White with #6B9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,144); }

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

background-color css

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

 a { background-color: rgb(107,155,144); }

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

border-color css

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

 span { border-color: rgb(107,155,144); }

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