#6DA8AB

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

Shades of Neptune #6DA8AB

Tints of Neptune #6DA8AB

Color information

#6DA8AB (or 0x6DA8AB) is unknown color: approx Neptune. HEX triplet: 6D, A8 and AB. RGB value is (109,168,171). Sum of RGB (Red+Green+Blue) = 109+168+171=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #6DA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA8AB is #925754. Grayscale: #969696. Windows color (decimal): -9590613 or 11249773. OLE color: 11249773.

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

Color convert

RGB109168171-
CMYK0.360.0200.33
HSL182.9º26.96%54.9%-
HSV(B)182.9º36.26%67.06%-
XYZ27.6634.243.67-
YUV150.7139.4598.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=24.33%
G=37.5%
B=38.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091681710.360.0200.33182.926.9654.9
Hex6DA8AB242021b71b37
Octal1552502534420412673367
Binary110110110101000101010111001001001000011011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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