#6EA0AC

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

Shades of Neptune #6EA0AC

Tints of Neptune #6EA0AC

Color information

#6EA0AC (or 0x6EA0AC) is unknown color: approx Neptune. HEX triplet: 6E, A0 and AC. RGB value is (110,160,172). Sum of RGB (Red+Green+Blue) = 110+160+172=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #6EA0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA0AC is #915F53. Grayscale: #929292. Windows color (decimal): -9527124 or 11313262. OLE color: 11313262.

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

Color convert

RGB110160172-
CMYK0.360.0700.33
HSL191.61º27.19%55.29%-
HSV(B)191.61º36.05%67.45%-
XYZ26.4531.4443.7-
YUV146.42142.44102.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=24.89%
G=36.20%
B=38.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101601720.360.0700.33191.6127.1955.29
Hex6EA0AC247021c01b37
Octal1562402544470413003367
Binary1101110101000001010110010010011101000011100000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,160,172); }

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

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

 a { background-color: rgb(110,160,172); }

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

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

 span { border-color: rgb(110,160,172); }

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