Html Css Color HEX #618B88 Gumbo

📋 copy color: '#618B88'

red 97 ◦ green 139 ◦ blue 136

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

Shades of Gumbo #618B88

Tints of Gumbo #618B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 26.08%
G = 37.37%
B = 36.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#618B88 (or 0x618B88) is known color: Gumbo. HEX triplet: 61, 8B and 88. RGB value is (97,139,136). Sum of RGB (Red+Green+Blue) = 97+139+136=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #618B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B88 is #9E7477. Grayscale: #7E7E7E. Windows color (decimal): -10384504 or 8948577. OLE color: 8948577.

HSL color Cylindrical-coordinate representation of color #618B88: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B88 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 136 -
CMYK 0.30 0 0.02 0.45
HSL 175.71º 0.18% 0.46% -
HSV(B) 175.71º 0.3% 0.55% -
XYZ 18.61 22.78 26.71 -
YUV 126.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 97 139 136 0.30 0 0.02 0.45 175.71 0.18 0.46
Hex 61 8B 88 1E 0 2 2D B0 12 2E
Octal 141 213 210 36 0 2 55 260 22 56
Binary 1100001 10001011 10001000 11110 0 10 101101 10110000 10010 101110

Color Harmonies of #618B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B88

Black with #618B88

Text Example


Text Example

White with #618B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618B88; }

 p { color: rgb(97,139,136); }

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

background-color css

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

 a { background-color: rgb(97,139,136); }

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

border-color css

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

 span { border-color: rgb(97,139,136); }

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