#6EA0AA

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

Shades of Neptune #6EA0AA

Tints of Neptune #6EA0AA

Color information

#6EA0AA (or 0x6EA0AA) is unknown color: approx Neptune. HEX triplet: 6E, A0 and AA. RGB value is (110,160,170). Sum of RGB (Red+Green+Blue) = 110+160+170=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #6EA0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA0AA is #915F55. Grayscale: #929292. Windows color (decimal): -9527126 or 11182190. OLE color: 11182190.

HSL color Cylindrical-coordinate representation of color #6EA0AA: hue angle of 190º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA0AA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110160170-
CMYK0.350.0600.33
HSL190º26.09%54.9%-
HSV(B)190º35.29%66.67%-
XYZ26.2631.3642.7-
YUV146.19141.44102.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=25%
G=36.36%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101601700.350.0600.3319026.0954.9
Hex6EA0AA236021be1a37
Octal1562402524360412763267
Binary1101110101000001010101010001111001000011011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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