Html Css Color HEX #6B918B Gumbo

📋 copy color: '#6B918B'

red 107 ◦ green 145 ◦ blue 139

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

Shades of Gumbo #6B918B

Tints of Gumbo #6B918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 27.37%
G = 37.08%
B = 35.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#6B918B (or 0x6B918B) is known color: Gumbo. HEX triplet: 6B, 91 and 8B. RGB value is (107,145,139). Sum of RGB (Red+Green+Blue) = 107+145+139=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6B918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B918B is #946E74. Grayscale: #848484. Windows color (decimal): -9727605 or 9146731. OLE color: 9146731.

HSL color Cylindrical-coordinate representation of color #6B918B: hue angle of 170.53º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B918B is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 139 -
CMYK 0.26 0 0.04 0.43
HSL 170.53º 0.15% 0.49% -
HSV(B) 170.53º 0.26% 0.57% -
XYZ 20.85 25.24 28.2 -
YUV 132.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 107 145 139 0.26 0 0.04 0.43 170.53 0.15 0.49
Hex 6B 91 8B 1A 0 4 2B AB F 31
Octal 153 221 213 32 0 4 53 253 17 61
Binary 1101011 10010001 10001011 11010 0 100 101011 10101011 1111 110001

Color Harmonies of #6B918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B918B

Black with #6B918B

Text Example


Text Example

White with #6B918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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