#6FABAC

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

Shades of Neptune #6FABAC

Tints of Neptune #6FABAC

Color information

#6FABAC (or 0x6FABAC) is unknown color: approx Neptune. HEX triplet: 6F, AB and AC. RGB value is (111,171,172). Sum of RGB (Red+Green+Blue) = 111+171+172=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #6FABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FABAC is #905453. Grayscale: #999999. Windows color (decimal): -9458772 or 11316079. OLE color: 11316079.

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

Color convert

RGB111171172-
CMYK0.350.0100.33
HSL180.98º26.87%55.49%-
HSV(B)180.98º35.47%67.45%-
XYZ28.5635.4844.37-
YUV153.17138.6297.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=24.45%
G=37.67%
B=37.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711720.350.0100.33180.9826.8755.49
Hex6FABAC231021b51b37
Octal1572532544310412653367
Binary11011111010101110101100100011101000011011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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