Html Css Color HEX #618C87 Gumbo

📋 copy color: '#618C87'

red 97 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #618C87

Tints of Gumbo #618C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 26.08%
G = 37.63%
B = 36.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#618C87 (or 0x618C87) is known color: Gumbo. HEX triplet: 61, 8C and 87. RGB value is (97,140,135). Sum of RGB (Red+Green+Blue) = 97+140+135=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #618C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C87 is #9E7378. Grayscale: #7E7E7E. Windows color (decimal): -10384249 or 8883297. OLE color: 8883297.

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

Color convert

RGB 97 140 135 -
CMYK 0.31 0 0.04 0.45
HSL 173.02º 0.18% 0.46% -
HSV(B) 173.02º 0.31% 0.55% -
XYZ 18.68 23.05 26.39 -
YUV 126.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 97 140 135 0.31 0 0.04 0.45 173.02 0.18 0.46
Hex 61 8C 87 1F 0 4 2D AD 12 2E
Octal 141 214 207 37 0 4 55 255 22 56
Binary 1100001 10001100 10000111 11111 0 100 101101 10101101 10010 101110

Color Harmonies of #618C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C87

Black with #618C87

Text Example


Text Example

White with #618C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,135); }

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

background-color css

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

 a { background-color: rgb(97,140,135); }

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

border-color css

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

 span { border-color: rgb(97,140,135); }

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