#6EA6A5

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

Shades of Neptune #6EA6A5

Tints of Neptune #6EA6A5

Color information

#6EA6A5 (or 0x6EA6A5) is unknown color: approx Neptune. HEX triplet: 6E, A6 and A5. RGB value is (110,166,165). Sum of RGB (Red+Green+Blue) = 110+166+165=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA6A5 is #91595A. Grayscale: #959595. Windows color (decimal): -9525595 or 10856046. OLE color: 10856046.

HSL color Cylindrical-coordinate representation of color #6EA6A5: hue angle of 178.93º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA6A5 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB110166165-
CMYK0.3400.010.35
HSL178.93º23.93%54.12%-
HSV(B)178.93º33.73%65.1%-
XYZ26.8633.340.61-
YUV149.14136.95100.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=24.94%
G=37.64%
B=37.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101661650.3400.010.35178.9323.9354.12
Hex6EA6A5220123b31836
Octal1562462454201432633066
Binary11011101010011010100101100010011000111011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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