#6FA8AB

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

Shades of Neptune #6FA8AB

Tints of Neptune #6FA8AB

Color information

#6FA8AB (or 0x6FA8AB) is unknown color: approx Neptune. HEX triplet: 6F, A8 and AB. RGB value is (111,168,171). Sum of RGB (Red+Green+Blue) = 111+168+171=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #6FA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA8AB is #905754. Grayscale: #979797. Windows color (decimal): -9459541 or 11249775. OLE color: 11249775.

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

Color convert

RGB111168171-
CMYK0.350.0200.33
HSL183º26.32%55.29%-
HSV(B)183º35.09%67.06%-
XYZ27.9134.3343.68-
YUV151.3139.1299.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 171 (67.19% from 255) = 38%
R=24.67%
G=37.33%
B=38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111681710.350.0200.3318326.3255.29
Hex6FA8AB232021b71a37
Octal1572502534320412673267
Binary110111110101000101010111000111001000011011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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