Html Css Color HEX #608784 Gumbo

📋 copy color: '#608784'

red 96 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #608784

Tints of Gumbo #608784

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#608784 (or 0x608784) is known color: 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

RGB 96 135 132 -
CMYK 0.29 0 0.02 0.47
HSL 175.38º 0.17% 0.45% -
HSV(B) 175.38º 0.29% 0.53% -
XYZ 17.65 21.48 25.05 -
YUV 123 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 96 135 132 0.29 0 0.02 0.47 175.38 0.17 0.45
Hex 60 87 84 1D 0 2 2F AF 11 2D
Octal 140 207 204 35 0 2 57 257 21 55
Binary 1100000 10000111 10000100 11101 0 10 101111 10101111 10001 101101

Color Harmonies of #608784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608784

Black with #608784

Text Example


Text Example

White with #608784

Text Example


Text Example

HTML Codes & Css Web 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>