Html Css Color HEX #608C87 Gumbo

📋 copy color: '#608C87'

red 96 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #608C87

Tints of Gumbo #608C87

RGB

 RED value IS 96 (37.89% from 255) = 25.88%

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

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

R = 25.88%
G = 37.74%
B = 36.39%

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

#608C87 (or 0x608C87) is known color: Gumbo. HEX triplet: 60, 8C and 87. RGB value is (96,140,135). Sum of RGB (Red+Green+Blue) = 96+140+135=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #608C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C87 is #9F7378. Grayscale: #7E7E7E. Windows color (decimal): -10449785 or 8883296. OLE color: 8883296.

HSL color Cylindrical-coordinate representation of color #608C87: hue angle of 173.18º degrees, saturation: 0.19, 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 #608C87 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 140 135 -
CMYK 0.31 0 0.04 0.45
HSL 173.18º 0.19% 0.46% -
HSV(B) 173.18º 0.31% 0.55% -
XYZ 18.58 22.99 26.38 -
YUV 126.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 96 140 135 0.31 0 0.04 0.45 173.18 0.19 0.46
Hex 60 8C 87 1F 0 4 2D AD 13 2E
Octal 140 214 207 37 0 4 55 255 23 56
Binary 1100000 10001100 10000111 11111 0 100 101101 10101101 10011 101110

Color Harmonies of #608C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C87

Black with #608C87

Text Example


Text Example

White with #608C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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