Html Css Color HEX #619891 Gumbo

📋 copy color: '#619891'

red 97 ◦ green 152 ◦ blue 145

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

Shades of Gumbo #619891

Tints of Gumbo #619891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 24.62%
G = 38.58%
B = 36.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#619891 (or 0x619891) is known color: Gumbo. HEX triplet: 61, 98 and 91. RGB value is (97,152,145). Sum of RGB (Red+Green+Blue) = 97+152+145=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #619891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619891 is #9E676E. Grayscale: #868686. Windows color (decimal): -10381167 or 9541729. OLE color: 9541729.

HSL color Cylindrical-coordinate representation of color #619891: hue angle of 172.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619891 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 145 -
CMYK 0.36 0 0.05 0.40
HSL 172.36º 0.22% 0.49% -
HSV(B) 172.36º 0.36% 0.6% -
XYZ 21.27 27.04 30.89 -
YUV 134.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 97 152 145 0.36 0 0.05 0.40 172.36 0.22 0.49
Hex 61 98 91 24 0 5 28 AC 16 31
Octal 141 230 221 44 0 5 50 254 26 61
Binary 1100001 10011000 10010001 100100 0 101 101000 10101100 10110 110001

Color Harmonies of #619891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619891

Black with #619891

Text Example


Text Example

White with #619891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619891; }

 p { color: rgb(97,152,145); }

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

background-color css

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

 a { background-color: rgb(97,152,145); }

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

border-color css

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

 span { border-color: rgb(97,152,145); }

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