Html Css Color HEX #608F8A Gumbo

📋 copy color: '#608F8A'

red 96 ◦ green 143 ◦ blue 138

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

Shades of Gumbo #608F8A

Tints of Gumbo #608F8A

RGB

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

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

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

R = 25.46%
G = 37.93%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#608F8A (or 0x608F8A) is known color: Gumbo. HEX triplet: 60, 8F and 8A. RGB value is (96,143,138). Sum of RGB (Red+Green+Blue) = 96+143+138=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #608F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F8A is #9F7075. Grayscale: #808080. Windows color (decimal): -10449014 or 9080672. OLE color: 9080672.

HSL color Cylindrical-coordinate representation of color #608F8A: hue angle of 173.62º 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 #608F8A is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 138 -
CMYK 0.33 0 0.03 0.44
HSL 173.62º 0.2% 0.47% -
HSV(B) 173.62º 0.33% 0.56% -
XYZ 19.23 23.97 27.66 -
YUV 128.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 96 143 138 0.33 0 0.03 0.44 173.62 0.2 0.47
Hex 60 8F 8A 21 0 3 2C AE 14 2F
Octal 140 217 212 41 0 3 54 256 24 57
Binary 1100000 10001111 10001010 100001 0 11 101100 10101110 10100 101111

Color Harmonies of #608F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F8A

Black with #608F8A

Text Example


Text Example

White with #608F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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