#6EA6AB

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

Shades of Neptune #6EA6AB

Tints of Neptune #6EA6AB

Color information

#6EA6AB (or 0x6EA6AB) is unknown color: approx Neptune. HEX triplet: 6E, A6 and AB. RGB value is (110,166,171). Sum of RGB (Red+Green+Blue) = 110+166+171=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #6EA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA6AB is #915954. Grayscale: #959595. Windows color (decimal): -9525589 or 11249262. OLE color: 11249262.

HSL color Cylindrical-coordinate representation of color #6EA6AB: hue angle of 184.92º 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 #6EA6AB is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110166171-
CMYK0.360.0300.33
HSL184.92º26.64%55.1%-
HSV(B)184.92º35.67%67.06%-
XYZ27.4233.5343.55-
YUV149.83139.9599.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.61%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=24.61%
G=37.14%
B=38.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101661710.360.0300.33184.9226.6455.1
Hex6EA6AB243021b91b37
Octal1562462534430412713367
Binary110111010100110101010111001001101000011011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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