Html Css Color HEX #68938D Gumbo

📋 copy color: '#68938D'

red 104 ◦ green 147 ◦ blue 141

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

Shades of Gumbo #68938D

Tints of Gumbo #68938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 26.53%
G = 37.5%
B = 35.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#68938D (or 0x68938D) is known color: Gumbo. HEX triplet: 68, 93 and 8D. RGB value is (104,147,141). Sum of RGB (Red+Green+Blue) = 104+147+141=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #68938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68938D is #976C72. Grayscale: #858585. Windows color (decimal): -9923699 or 9278312. OLE color: 9278312.

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

Color convert

RGB 104 147 141 -
CMYK 0.29 0 0.04 0.42
HSL 171.63º 0.17% 0.49% -
HSV(B) 171.63º 0.29% 0.58% -
XYZ 20.95 25.73 29.06 -
YUV 133.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 104 147 141 0.29 0 0.04 0.42 171.63 0.17 0.49
Hex 68 93 8D 1D 0 4 2A AC 11 31
Octal 150 223 215 35 0 4 52 254 21 61
Binary 1101000 10010011 10001101 11101 0 100 101010 10101100 10001 110001

Color Harmonies of #68938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68938D

Black with #68938D

Text Example


Text Example

White with #68938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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