#6FA1A5

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

Shades of Neptune #6FA1A5

Tints of Neptune #6FA1A5

Color information

#6FA1A5 (or 0x6FA1A5) is unknown color: approx Neptune. HEX triplet: 6F, A1 and A5. RGB value is (111,161,165). Sum of RGB (Red+Green+Blue) = 111+161+165=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #6FA1A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA1A5 is #905E5A. Grayscale: #929292. Windows color (decimal): -9461339 or 10854767. OLE color: 10854767.

HSL color Cylindrical-coordinate representation of color #6FA1A5: hue angle of 184.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA1A5 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB111161165-
CMYK0.330.0200.35
HSL184.44º23.08%54.12%-
HSV(B)184.44º32.73%64.71%-
XYZ26.0931.5940.32-
YUV146.51138.44102.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=25.40%
G=36.84%
B=37.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111611650.330.0200.35184.4423.0854.12
Hex6FA1A5212023b81736
Octal1572412454120432702766
Binary110111110100001101001011000011001000111011100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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