#6E9FA5

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

Shades of Neptune #6E9FA5

Tints of Neptune #6E9FA5

Color information

#6E9FA5 (or 0x6E9FA5) is unknown color: approx Neptune. HEX triplet: 6E, 9F and A5. RGB value is (110,159,165). Sum of RGB (Red+Green+Blue) = 110+159+165=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E9FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9FA5 is #91605A. Grayscale: #909090. Windows color (decimal): -9527387 or 10854254. OLE color: 10854254.

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

Color convert

RGB110159165-
CMYK0.330.0400.35
HSL186.55º23.4%53.92%-
HSV(B)186.55º33.33%64.71%-
XYZ25.6230.8340.2-
YUV145.03139.27103.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=25.35%
G=36.64%
B=38.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101591650.330.0400.35186.5523.453.92
Hex6E9FA5214023bb1736
Octal1562372454140432732766
Binary1101110100111111010010110000110001000111011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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