#6EA3A2

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

Shades of Neptune #6EA3A2

Tints of Neptune #6EA3A2

Color information

#6EA3A2 (or 0x6EA3A2) is unknown color: approx Neptune. HEX triplet: 6E, A3 and A2. RGB value is (110,163,162). Sum of RGB (Red+Green+Blue) = 110+163+162=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA3A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA3A2 is #915C5D. Grayscale: #929292. Windows color (decimal): -9526366 or 10658670. OLE color: 10658670.

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

Color convert

RGB110163162-
CMYK0.3300.010.36
HSL178.87º22.36%53.53%-
HSV(B)178.87º32.52%63.92%-
XYZ26.0532.1239.01-
YUV147.04136.44101.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.29%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=25.29%
G=37.47%
B=37.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101631620.3300.010.36178.8722.3653.53
Hex6EA3A2210124b31636
Octal1562432424101442632666
Binary11011101010001110100010100001011001001011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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