#608784

Color #608784 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #608784

Tints of Gumbo #608784

Color information

#608784 (or 0x608784) is unknown color: approx Gumbo. HEX triplet: 60, 87 and 84. RGB value is (96,135,132). Sum of RGB (Red+Green+Blue) = 96+135+132=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #608784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608784 is #9F787B. Grayscale: #7A7A7A. Windows color (decimal): -10451068 or 8685408. OLE color: 8685408.

HSL color Cylindrical-coordinate representation of color #608784: hue angle of 175.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608784 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB96135132-
CMYK0.2900.020.47
HSL175.38º16.88%45.29%-
HSV(B)175.38º28.89%52.94%-
XYZ17.6521.4825.05-
YUV123133.08108.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=26.45%
G=37.19%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351320.2900.020.47175.3816.8845.29
Hex6087841D022Faf112d
Octal1402072043502572572155
Binary11000001000011110000100111010101011111010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608784; }

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

 H1.HeaderClassName
 {
   color: #608784;
 }
 .AnyTagClassName
 {
   color: #608784;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #608784;
 }
 .BgClassName
 {
   background-color: #608784;
 }
</style>
border-color css

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

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

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