#6FA1AB

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

Shades of Neptune #6FA1AB

Tints of Neptune #6FA1AB

Color information

#6FA1AB (or 0x6FA1AB) is unknown color: approx Neptune. HEX triplet: 6F, A1 and AB. RGB value is (111,161,171). Sum of RGB (Red+Green+Blue) = 111+161+171=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #6FA1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA1AB is #905E54. Grayscale: #939393. Windows color (decimal): -9461333 or 11247983. OLE color: 11247983.

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

Color convert

RGB111161171-
CMYK0.350.0600.33
HSL190º26.32%55.29%-
HSV(B)190º35.09%67.06%-
XYZ26.6531.8143.26-
YUV147.19141.44102.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=25.06%
G=36.34%
B=38.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111611710.350.0600.3319026.3255.29
Hex6FA1AB236021be1a37
Octal1572412534360412763267
Binary1101111101000011010101110001111001000011011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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