#6A9990

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

Shades of Gumbo #6A9990

Tints of Gumbo #6A9990

Color information

#6A9990 (or 0x6A9990) is unknown color: approx Gumbo. HEX triplet: 6A, 99 and 90. RGB value is (106,153,144). Sum of RGB (Red+Green+Blue) = 106+153+144=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9990 is #95666F. Grayscale: #898989. Windows color (decimal): -9791088 or 9476458. OLE color: 9476458.

HSL color Cylindrical-coordinate representation of color #6A9990: hue angle of 168.51º 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 #6A9990 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB106153144-
CMYK0.3100.060.4
HSL168.51º18.73%50.78%-
HSV(B)168.51º30.72%60%-
XYZ22.3727.8630.58-
YUV137.92131.43105.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=26.30%
G=37.97%
B=35.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531440.3100.060.4168.5118.7350.78
Hex6A99901F0628a91333
Octal1522312203706502512363
Binary110101010011001100100001111101101010001010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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