Html Css Color HEX #618A85 Gumbo

📋 copy color: '#618A85'

red 97 ◦ green 138 ◦ blue 133

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

Shades of Gumbo #618A85

Tints of Gumbo #618A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 26.36%
G = 37.5%
B = 36.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#618A85 (or 0x618A85) is known color: Gumbo. HEX triplet: 61, 8A and 85. RGB value is (97,138,133). Sum of RGB (Red+Green+Blue) = 97+138+133=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #618A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A85 is #9E757A. Grayscale: #7D7D7D. Windows color (decimal): -10384763 or 8751713. OLE color: 8751713.

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

Color convert

RGB 97 138 133 -
CMYK 0.30 0 0.04 0.46
HSL 172.68º 0.17% 0.46% -
HSV(B) 172.68º 0.3% 0.54% -
XYZ 18.25 22.41 25.55 -
YUV 125.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 97 138 133 0.30 0 0.04 0.46 172.68 0.17 0.46
Hex 61 8A 85 1E 0 4 2E AD 11 2E
Octal 141 212 205 36 0 4 56 255 21 56
Binary 1100001 10001010 10000101 11110 0 100 101110 10101101 10001 101110

Color Harmonies of #618A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A85

Black with #618A85

Text Example


Text Example

White with #618A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,138,133); }

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

background-color css

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

 a { background-color: rgb(97,138,133); }

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

border-color css

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

 span { border-color: rgb(97,138,133); }

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