#6A968F

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

Shades of Gumbo #6A968F

Tints of Gumbo #6A968F

Color information

#6A968F (or 0x6A968F) is unknown color: approx Gumbo. HEX triplet: 6A, 96 and 8F. RGB value is (106,150,143). Sum of RGB (Red+Green+Blue) = 106+150+143=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #6A968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A968F is #956970. Grayscale: #888888. Windows color (decimal): -9791857 or 9410154. OLE color: 9410154.

HSL color Cylindrical-coordinate representation of color #6A968F: hue angle of 170.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A968F is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB106150143-
CMYK0.2900.050.41
HSL170.45º17.32%50.2%-
HSV(B)170.45º29.33%58.82%-
XYZ21.8126.8630.02-
YUV136.05131.92106.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=26.57%
G=37.59%
B=35.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061501430.2900.050.41170.4517.3250.2
Hex6A968F1D0529aa1132
Octal1522262173505512522162
Binary110101010010110100011111110101011010011010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A968F; }

 p { color: rgb(106,150,143); }

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

<style>
 a { background-color: #6A968F; }

 a { background-color: rgb(106,150,143); }

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

<style>
 span { border-color: #6A968F; }

 span { border-color: rgb(106,150,143); }

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