#6D9FAD

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

Shades of Neptune #6D9FAD

Tints of Neptune #6D9FAD

Color information

#6D9FAD (or 0x6D9FAD) is unknown color: approx Neptune. HEX triplet: 6D, 9F and AD. RGB value is (109,159,173). Sum of RGB (Red+Green+Blue) = 109+159+173=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9FAD is #926052. Grayscale: #919191. Windows color (decimal): -9592915 or 11378541. OLE color: 11378541.

HSL color Cylindrical-coordinate representation of color #6D9FAD: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D9FAD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109159173-
CMYK0.370.0800.32
HSL193.12º28.07%55.29%-
HSV(B)193.12º36.99%67.84%-
XYZ26.2531.0644.15-
YUV145.65143.44101.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=24.72%
G=36.05%
B=39.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091591730.370.0800.32193.1228.0755.29
Hex6D9FAD258020c11c37
Octal15523725545100403013467
Binary11011011001111110101101100101100001000001100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,159,173); }

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

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

 a { background-color: rgb(109,159,173); }

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

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

 span { border-color: rgb(109,159,173); }

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