#6EA2A8

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

Shades of Neptune #6EA2A8

Tints of Neptune #6EA2A8

Color information

#6EA2A8 (or 0x6EA2A8) is unknown color: approx Neptune. HEX triplet: 6E, A2 and A8. RGB value is (110,162,168). Sum of RGB (Red+Green+Blue) = 110+162+168=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #6EA2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2A8 is #915D57. Grayscale: #939393. Windows color (decimal): -9526616 or 11051630. OLE color: 11051630.

HSL color Cylindrical-coordinate representation of color #6EA2A8: hue angle of 186.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA2A8 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB110162168-
CMYK0.350.0400.34
HSL186.21º25%54.51%-
HSV(B)186.21º34.52%65.88%-
XYZ26.4231.9841.83-
YUV147.14139.77101.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=25%
G=36.82%
B=38.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101621680.350.0400.34186.212554.51
Hex6EA2A8234022ba1937
Octal1562422504340422723167
Binary1101110101000101010100010001110001000101011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,168); }

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

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

 a { background-color: rgb(110,162,168); }

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

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

 span { border-color: rgb(110,162,168); }

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