Html Css Color HEX #608F89 Gumbo

📋 copy color: '#608F89'

red 96 ◦ green 143 ◦ blue 137

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

Shades of Gumbo #608F89

Tints of Gumbo #608F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 25.53%
G = 38.03%
B = 36.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#608F89 (or 0x608F89) is known color: Gumbo. HEX triplet: 60, 8F and 89. RGB value is (96,143,137). Sum of RGB (Red+Green+Blue) = 96+143+137=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #608F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F89 is #9F7076. Grayscale: #808080. Windows color (decimal): -10449015 or 9015136. OLE color: 9015136.

HSL color Cylindrical-coordinate representation of color #608F89: hue angle of 172.34º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608F89 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 137 -
CMYK 0.33 0 0.04 0.44
HSL 172.34º 0.2% 0.47% -
HSV(B) 172.34º 0.33% 0.56% -
XYZ 19.16 23.94 27.28 -
YUV 128.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 96 143 137 0.33 0 0.04 0.44 172.34 0.2 0.47
Hex 60 8F 89 21 0 4 2C AC 14 2F
Octal 140 217 211 41 0 4 54 254 24 57
Binary 1100000 10001111 10001001 100001 0 100 101100 10101100 10100 101111

Color Harmonies of #608F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F89

Black with #608F89

Text Example


Text Example

White with #608F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,143,137); }

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

background-color css

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

 a { background-color: rgb(96,143,137); }

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

border-color css

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

 span { border-color: rgb(96,143,137); }

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