#6A9991

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

Shades of Gumbo #6A9991

Tints of Gumbo #6A9991

Color information

#6A9991 (or 0x6A9991) is unknown color: approx Gumbo. HEX triplet: 6A, 99 and 91. RGB value is (106,153,145). Sum of RGB (Red+Green+Blue) = 106+153+145=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9991 is #95666E. Grayscale: #8A8A8A. Windows color (decimal): -9791087 or 9541994. OLE color: 9541994.

HSL color Cylindrical-coordinate representation of color #6A9991: hue angle of 169.79º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9991 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB106153145-
CMYK0.3100.050.4
HSL169.79º18.73%50.78%-
HSV(B)169.79º30.72%60%-
XYZ22.4527.8930.99-
YUV138.04131.93105.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=26.24%
G=37.87%
B=35.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531450.3100.050.4169.7918.7350.78
Hex6A99911F0528aa1333
Octal1522312213705502522363
Binary110101010011001100100011111101011010001010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,145); }

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

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

 a { background-color: rgb(106,153,145); }

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

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

 span { border-color: rgb(106,153,145); }

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