#6EA0AE

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

Shades of Neptune #6EA0AE

Tints of Neptune #6EA0AE

Color information

#6EA0AE (or 0x6EA0AE) is unknown color: approx Neptune. HEX triplet: 6E, A0 and AE. RGB value is (110,160,174). Sum of RGB (Red+Green+Blue) = 110+160+174=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA0AE is #915F51. Grayscale: #929292. Windows color (decimal): -9527122 or 11444334. OLE color: 11444334.

HSL color Cylindrical-coordinate representation of color #6EA0AE: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA0AE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110160174-
CMYK0.370.0800.32
HSL193.12º28.32%55.69%-
HSV(B)193.12º36.78%68.24%-
XYZ26.6431.5144.72-
YUV146.65143.44101.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=24.77%
G=36.04%
B=39.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101601740.370.0800.32193.1228.3255.69
Hex6EA0AE258020c11c38
Octal15624025645100403013470
Binary11011101010000010101110100101100001000001100000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,160,174); }

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

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

 a { background-color: rgb(110,160,174); }

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

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

 span { border-color: rgb(110,160,174); }

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