Html Css Color HEX #68928D Gumbo

📋 copy color: '#68928D'

red 104 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #68928D

Tints of Gumbo #68928D

RGB

 RED value IS 104 (41.02% from 255) = 26.6%

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

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

R = 26.6%
G = 37.34%
B = 36.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#68928D (or 0x68928D) is known color: Gumbo. HEX triplet: 68, 92 and 8D. RGB value is (104,146,141). Sum of RGB (Red+Green+Blue) = 104+146+141=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #68928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68928D is #976D72. Grayscale: #848484. Windows color (decimal): -9923955 or 9278056. OLE color: 9278056.

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

Color convert

RGB 104 146 141 -
CMYK 0.29 0 0.03 0.43
HSL 172.86º 0.17% 0.49% -
HSV(B) 172.86º 0.29% 0.57% -
XYZ 20.8 25.42 29.01 -
YUV 132.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 104 146 141 0.29 0 0.03 0.43 172.86 0.17 0.49
Hex 68 92 8D 1D 0 3 2B AD 11 31
Octal 150 222 215 35 0 3 53 255 21 61
Binary 1101000 10010010 10001101 11101 0 11 101011 10101101 10001 110001

Color Harmonies of #68928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68928D

Black with #68928D

Text Example


Text Example

White with #68928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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