#6FAAB0

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

Shades of Neptune #6FAAB0

Tints of Neptune #6FAAB0

Color information

#6FAAB0 (or 0x6FAAB0) is unknown color: approx Neptune. HEX triplet: 6F, AA and B0. RGB value is (111,170,176). Sum of RGB (Red+Green+Blue) = 111+170+176=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #6FAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAAB0 is #90554F. Grayscale: #989898. Windows color (decimal): -9459024 or 11577967. OLE color: 11577967.

HSL color Cylindrical-coordinate representation of color #6FAAB0: hue angle of 185.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAAB0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111170176-
CMYK0.370.0300.31
HSL185.54º29.15%56.27%-
HSV(B)185.54º36.93%69.02%-
XYZ28.7735.2646.36-
YUV153.04140.9598.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.29%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=24.29%
G=37.20%
B=38.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111701760.370.0300.31185.5429.1556.27
Hex6FAAB025301Fba1d38
Octal1572522604530372723570
Binary11011111010101010110000100101110111111011101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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