#6EAAAB

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

Shades of Neptune #6EAAAB

Tints of Neptune #6EAAAB

Color information

#6EAAAB (or 0x6EAAAB) is unknown color: approx Neptune. HEX triplet: 6E, AA and AB. RGB value is (110,170,171). Sum of RGB (Red+Green+Blue) = 110+170+171=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #6EAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAB is #915554. Grayscale: #989898. Windows color (decimal): -9524565 or 11250286. OLE color: 11250286.

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

Color convert

RGB110170171-
CMYK0.360.0100.33
HSL180.98º26.64%55.1%-
HSV(B)180.98º35.67%67.06%-
XYZ28.163543.8-
YUV152.17138.6297.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=24.39%
G=37.69%
B=37.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101701710.360.0100.33180.9826.6455.1
Hex6EAAAB241021b51b37
Octal1562522534410412653367
Binary11011101010101010101011100100101000011011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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