Html Css Color HEX #628D8A Gumbo

📋 copy color: '#628D8A'

red 98 ◦ green 141 ◦ blue 138

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

Shades of Gumbo #628D8A

Tints of Gumbo #628D8A

RGB

 RED value IS 98 (38.67% from 255) = 25.99%

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 25.99%
G = 37.4%
B = 36.6%

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

#628D8A (or 0x628D8A) is known color: Gumbo. HEX triplet: 62, 8D and 8A. RGB value is (98,141,138). Sum of RGB (Red+Green+Blue) = 98+141+138=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #628D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D8A is #9D7275. Grayscale: #7F7F7F. Windows color (decimal): -10318454 or 9080162. OLE color: 9080162.

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

Color convert

RGB 98 141 138 -
CMYK 0.30 0 0.02 0.45
HSL 175.81º 0.18% 0.47% -
HSV(B) 175.81º 0.3% 0.55% -
XYZ 19.15 23.48 27.57 -
YUV 127.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 98 141 138 0.30 0 0.02 0.45 175.81 0.18 0.47
Hex 62 8D 8A 1E 0 2 2D B0 12 2F
Octal 142 215 212 36 0 2 55 260 22 57
Binary 1100010 10001101 10001010 11110 0 10 101101 10110000 10010 101111

Color Harmonies of #628D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628D8A

Black with #628D8A

Text Example


Text Example

White with #628D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628D8A; }

 p { color: rgb(98,141,138); }

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

background-color css

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

 a { background-color: rgb(98,141,138); }

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

border-color css

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

 span { border-color: rgb(98,141,138); }

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