#6EA495

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

Shades of Acapulco #6EA495

Tints of Acapulco #6EA495

Color information

#6EA495 (or 0x6EA495) is unknown color: approx Acapulco. HEX triplet: 6E, A4 and 95. RGB value is (110,164,149). Sum of RGB (Red+Green+Blue) = 110+164+149=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA495 is #915B6A. Grayscale: #929292. Windows color (decimal): -9526123 or 9806958. OLE color: 9806958.

HSL color Cylindrical-coordinate representation of color #6EA495: hue angle of 163.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA495 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB110164149-
CMYK0.3300.090.36
HSL163.33º22.88%53.73%-
HSV(B)163.33º32.93%64.31%-
XYZ25.1332.0433.29-
YUV146.14129.61102.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=26.00%
G=38.77%
B=35.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641490.3300.090.36163.3322.8853.73
Hex6EA495210924a31736
Octal15624422541011442432766
Binary11011101010010010010101100001010011001001010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,149); }

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

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

 a { background-color: rgb(110,164,149); }

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

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

 span { border-color: rgb(110,164,149); }

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