Html Css Color HEX #68918D Gumbo

📋 copy color: '#68918D'

red 104 ◦ green 145 ◦ blue 141

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

Shades of Gumbo #68918D

Tints of Gumbo #68918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

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

R = 26.67%
G = 37.18%
B = 36.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#68918D (or 0x68918D) is known color: Gumbo. HEX triplet: 68, 91 and 8D. RGB value is (104,145,141). Sum of RGB (Red+Green+Blue) = 104+145+141=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #68918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68918D is #976E72. Grayscale: #848484. Windows color (decimal): -9924211 or 9277800. OLE color: 9277800.

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

Color convert

RGB 104 145 141 -
CMYK 0.28 0 0.03 0.43
HSL 174.15º 0.16% 0.49% -
HSV(B) 174.15º 0.28% 0.57% -
XYZ 20.64 25.12 28.96 -
YUV 132.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 104 145 141 0.28 0 0.03 0.43 174.15 0.16 0.49
Hex 68 91 8D 1C 0 3 2B AE 10 31
Octal 150 221 215 34 0 3 53 256 20 61
Binary 1101000 10010001 10001101 11100 0 11 101011 10101110 10000 110001

Color Harmonies of #68918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68918D

Black with #68918D

Text Example


Text Example

White with #68918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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