#6EA2AA

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

Shades of Neptune #6EA2AA

Tints of Neptune #6EA2AA

Color information

#6EA2AA (or 0x6EA2AA) is unknown color: approx Neptune. HEX triplet: 6E, A2 and AA. RGB value is (110,162,170). Sum of RGB (Red+Green+Blue) = 110+162+170=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #6EA2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2AA is #915D55. Grayscale: #939393. Windows color (decimal): -9526614 or 11182702. OLE color: 11182702.

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

Color convert

RGB110162170-
CMYK0.350.0500.33
HSL188º26.09%54.9%-
HSV(B)188º35.29%66.67%-
XYZ26.6132.0642.82-
YUV147.36140.77101.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=24.89%
G=36.65%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101621700.350.0500.3318826.0954.9
Hex6EA2AA235021bc1a37
Octal1562422524350412743267
Binary1101110101000101010101010001110101000011011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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