#6EA690

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

Shades of Acapulco #6EA690

Tints of Acapulco #6EA690

Color information

#6EA690 (or 0x6EA690) is unknown color: approx Acapulco. HEX triplet: 6E, A6 and 90. RGB value is (110,166,144). Sum of RGB (Red+Green+Blue) = 110+166+144=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA690 is #91596F. Grayscale: #929292. Windows color (decimal): -9525616 or 9479790. OLE color: 9479790.

HSL color Cylindrical-coordinate representation of color #6EA690: hue angle of 156.43º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA690 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB110166144-
CMYK0.3400.130.35
HSL156.43º23.93%54.12%-
HSV(B)156.43º33.73%65.1%-
XYZ25.132.631.36-
YUV146.75126.45101.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=26.19%
G=39.52%
B=34.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101661440.3400.130.35156.4323.9354.12
Hex6EA690220D239c1836
Octal15624622042015432343066
Binary11011101010011010010000100010011011000111001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,166,144); }

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

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

 a { background-color: rgb(110,166,144); }

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

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

 span { border-color: rgb(110,166,144); }

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