#6E9EA4

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

Shades of Neptune #6E9EA4

Tints of Neptune #6E9EA4

Color information

#6E9EA4 (or 0x6E9EA4) is unknown color: approx Neptune. HEX triplet: 6E, 9E and A4. RGB value is (110,158,164). Sum of RGB (Red+Green+Blue) = 110+158+164=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E9EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9EA4 is #91615B. Grayscale: #909090. Windows color (decimal): -9527644 or 10788462. OLE color: 10788462.

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

Color convert

RGB110158164-
CMYK0.330.0400.36
HSL186.67º22.88%53.73%-
HSV(B)186.67º32.93%64.31%-
XYZ25.3630.4539.66-
YUV144.33139.1103.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=25.46%
G=36.57%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101581640.330.0400.36186.6722.8853.73
Hex6E9EA4214024bb1736
Octal1562362444140442732766
Binary1101110100111101010010010000110001001001011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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