#68948D

Color #68948D Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #68948D

Tints of Gumbo #68948D

Color information

#68948D (or 0x68948D) is unknown color: approx Gumbo. HEX triplet: 68, 94 and 8D. RGB value is (104,148,141). Sum of RGB (Red+Green+Blue) = 104+148+141=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #68948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68948D is #976B72. Grayscale: #868686. Windows color (decimal): -9923443 or 9278568. OLE color: 9278568.

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

Color convert

RGB104148141-
CMYK0.3000.050.42
HSL170.45º17.46%49.41%-
HSV(B)170.45º29.73%58.04%-
XYZ21.1126.0529.11-
YUV134.05131.92106.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=26.46%
G=37.66%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481410.3000.050.42170.4517.4649.41
Hex68948D1E052Aaa1131
Octal1502242153605522522161
Binary110100010010100100011011111001011010101010101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68948D;
 }
 .AnyTagClassName
 {
   color: #68948D;
 }
</style>
background-color css

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

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

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

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

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

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