Html Css Color HEX #608F8B Gumbo

📋 copy color: '#608F8B'

red 96 ◦ green 143 ◦ blue 139

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

Shades of Gumbo #608F8B

Tints of Gumbo #608F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 25.4%
G = 37.83%
B = 36.77%

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

#608F8B (or 0x608F8B) is known color: Gumbo. HEX triplet: 60, 8F and 8B. RGB value is (96,143,139). Sum of RGB (Red+Green+Blue) = 96+143+139=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #608F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F8B is #9F7074. Grayscale: #808080. Windows color (decimal): -10449013 or 9146208. OLE color: 9146208.

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

Color convert

RGB 96 143 139 -
CMYK 0.33 0 0.03 0.44
HSL 174.89º 0.2% 0.47% -
HSV(B) 174.89º 0.33% 0.56% -
XYZ 19.31 24 28.04 -
YUV 128.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 96 143 139 0.33 0 0.03 0.44 174.89 0.2 0.47
Hex 60 8F 8B 21 0 3 2C AF 14 2F
Octal 140 217 213 41 0 3 54 257 24 57
Binary 1100000 10001111 10001011 100001 0 11 101100 10101111 10100 101111

Color Harmonies of #608F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F8B

Black with #608F8B

Text Example


Text Example

White with #608F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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