#6EA5AA

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

Shades of Neptune #6EA5AA

Tints of Neptune #6EA5AA

Color information

#6EA5AA (or 0x6EA5AA) is unknown color: approx Neptune. HEX triplet: 6E, A5 and AA. RGB value is (110,165,170). Sum of RGB (Red+Green+Blue) = 110+165+170=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #6EA5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA5AA is #915A55. Grayscale: #959595. Windows color (decimal): -9525846 or 11183470. OLE color: 11183470.

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

Color convert

RGB110165170-
CMYK0.350.0300.33
HSL185º26.09%54.9%-
HSV(B)185º35.29%66.67%-
XYZ27.1433.1342.99-
YUV149.12139.78100.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.72%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=24.72%
G=37.08%
B=38.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101651700.350.0300.3318526.0954.9
Hex6EA5AA233021b91a37
Octal1562452524330412713267
Binary110111010100101101010101000111101000011011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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