#6EA5A4

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

Shades of Neptune #6EA5A4

Tints of Neptune #6EA5A4

Color information

#6EA5A4 (or 0x6EA5A4) is unknown color: approx Neptune. HEX triplet: 6E, A5 and A4. RGB value is (110,165,164). Sum of RGB (Red+Green+Blue) = 110+165+164=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA5A4 is #915A5B. Grayscale: #949494. Windows color (decimal): -9525852 or 10790254. OLE color: 10790254.

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

Color convert

RGB110165164-
CMYK0.3300.010.35
HSL178.91º23.4%53.92%-
HSV(B)178.91º33.33%64.71%-
XYZ26.5932.9140.07-
YUV148.44136.78100.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.06%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=25.06%
G=37.59%
B=37.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651640.3300.010.35178.9123.453.92
Hex6EA5A4210123b31736
Octal1562452444101432632766
Binary11011101010010110100100100001011000111011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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