#669E93

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

Shades of Gumbo #669E93

Tints of Gumbo #669E93

Color information

#669E93 (or 0x669E93) is unknown color: approx Gumbo. HEX triplet: 66, 9E and 93. RGB value is (102,158,147). Sum of RGB (Red+Green+Blue) = 102+158+147=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #669E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E93 is #99616C. Grayscale: #8B8B8B. Windows color (decimal): -10051949 or 9674342. OLE color: 9674342.

HSL color Cylindrical-coordinate representation of color #669E93: hue angle of 168.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E93 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB102158147-
CMYK0.3500.070.38
HSL168.21º22.4%50.98%-
HSV(B)168.21º35.44%61.96%-
XYZ22.9729.3932.06-
YUV140131.95100.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=25.06%
G=38.82%
B=36.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581470.3500.070.38168.2122.450.98
Hex669E93230726a81633
Octal1462362234307462502663
Binary1100110100111101001001110001101111001101010100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669E93; }

 p { color: rgb(102,158,147); }

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

<style>
 a { background-color: #669E93; }

 a { background-color: rgb(102,158,147); }

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

<style>
 span { border-color: #669E93; }

 span { border-color: rgb(102,158,147); }

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