#6FA2AB

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

Shades of Neptune #6FA2AB

Tints of Neptune #6FA2AB

Color information

#6FA2AB (or 0x6FA2AB) is unknown color: approx Neptune. HEX triplet: 6F, A2 and AB. RGB value is (111,162,171). Sum of RGB (Red+Green+Blue) = 111+162+171=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #6FA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA2AB is #905D54. Grayscale: #939393. Windows color (decimal): -9461077 or 11248239. OLE color: 11248239.

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

Color convert

RGB111162171-
CMYK0.350.0500.33
HSL189º26.32%55.29%-
HSV(B)189º35.09%67.06%-
XYZ26.8332.1643.32-
YUV147.78141.1101.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=25%
G=36.49%
B=38.51%

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
Decimal1111621710.350.0500.3318926.3255.29
Hex6FA2AB235021bd1a37
Octal1572422534350412753267
Binary1101111101000101010101110001110101000011011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,171); }

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

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

 a { background-color: rgb(111,162,171); }

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

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

 span { border-color: rgb(111,162,171); }

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