Html Css Color HEX #618986 Gumbo

📋 copy color: '#618986'

red 97 ◦ green 137 ◦ blue 134

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

Shades of Gumbo #618986

Tints of Gumbo #618986

RGB

 RED value IS 97 (38.28% from 255) = 26.36%

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 26.36%
G = 37.23%
B = 36.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#618986 (or 0x618986) is known color: Gumbo. HEX triplet: 61, 89 and 86. RGB value is (97,137,134). Sum of RGB (Red+Green+Blue) = 97+137+134=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #618986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618986 is #9E7679. Grayscale: #7C7C7C. Windows color (decimal): -10385018 or 8816993. OLE color: 8816993.

HSL color Cylindrical-coordinate representation of color #618986: hue angle of 175.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618986 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 134 -
CMYK 0.29 0 0.02 0.46
HSL 175.5º 0.17% 0.46% -
HSV(B) 175.5º 0.29% 0.54% -
XYZ 18.18 22.15 25.87 -
YUV 124.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 97 137 134 0.29 0 0.02 0.46 175.5 0.17 0.46
Hex 61 89 86 1D 0 2 2E B0 11 2E
Octal 141 211 206 35 0 2 56 260 21 56
Binary 1100001 10001001 10000110 11101 0 10 101110 10110000 10001 101110

Color Harmonies of #618986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618986

Black with #618986

Text Example


Text Example

White with #618986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618986; }

 p { color: rgb(97,137,134); }

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

background-color css

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

 a { background-color: rgb(97,137,134); }

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

border-color css

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

 span { border-color: rgb(97,137,134); }

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