#6FAAAD

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

Shades of Neptune #6FAAAD

Tints of Neptune #6FAAAD

Color information

#6FAAAD (or 0x6FAAAD) is unknown color: approx Neptune. HEX triplet: 6F, AA and AD. RGB value is (111,170,173). Sum of RGB (Red+Green+Blue) = 111+170+173=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #6FAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAAD is #905552. Grayscale: #989898. Windows color (decimal): -9459027 or 11381359. OLE color: 11381359.

HSL color Cylindrical-coordinate representation of color #6FAAAD: hue angle of 182.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAAAD is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111170173-
CMYK0.360.0200.32
HSL182.9º27.43%55.69%-
HSV(B)182.9º35.84%67.84%-
XYZ28.4735.1544.82-
YUV152.7139.4598.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=24.45%
G=37.44%
B=38.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111701730.360.0200.32182.927.4355.69
Hex6FAAAD242020b71b38
Octal1572522554420402673370
Binary110111110101010101011011001001001000001011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,173); }

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

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

 a { background-color: rgb(111,170,173); }

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

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

 span { border-color: rgb(111,170,173); }

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