Html Css Color HEX #60928D Gumbo

📋 copy color: '#60928D'

red 96 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #60928D

Tints of Gumbo #60928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 25.07%
G = 38.12%
B = 36.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#60928D (or 0x60928D) is known color: Gumbo. HEX triplet: 60, 92 and 8D. RGB value is (96,146,141). Sum of RGB (Red+Green+Blue) = 96+146+141=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #60928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928D is #9F6D72. Grayscale: #828282. Windows color (decimal): -10448243 or 9278048. OLE color: 9278048.

HSL color Cylindrical-coordinate representation of color #60928D: hue angle of 174º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60928D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 141 -
CMYK 0.34 0 0.03 0.43
HSL 174º 0.21% 0.47% -
HSV(B) 174º 0.34% 0.57% -
XYZ 19.91 24.97 28.97 -
YUV 130.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 96 146 141 0.34 0 0.03 0.43 174 0.21 0.47
Hex 60 92 8D 22 0 3 2B AE 15 2F
Octal 140 222 215 42 0 3 53 256 25 57
Binary 1100000 10010010 10001101 100010 0 11 101011 10101110 10101 101111

Color Harmonies of #60928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60928D

Black with #60928D

Text Example


Text Example

White with #60928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60928D; }

 p { color: rgb(96,146,141); }

 H1.HeaderClassName
 {
   color: #60928D;
 }
 .AnyTagClassName
 {
   color: #60928D;
 }
</style>

background-color css

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

 a { background-color: rgb(96,146,141); }

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

border-color css

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

 span { border-color: rgb(96,146,141); }

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