#6DA4AD

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

Shades of Neptune #6DA4AD

Tints of Neptune #6DA4AD

Color information

#6DA4AD (or 0x6DA4AD) is unknown color: approx Neptune. HEX triplet: 6D, A4 and AD. RGB value is (109,164,173). Sum of RGB (Red+Green+Blue) = 109+164+173=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #6DA4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA4AD is #925B52. Grayscale: #949494. Windows color (decimal): -9591635 or 11379821. OLE color: 11379821.

HSL color Cylindrical-coordinate representation of color #6DA4AD: hue angle of 188.44º 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 #6DA4AD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109164173-
CMYK0.370.0500.32
HSL188.44º28.07%55.29%-
HSV(B)188.44º36.99%67.84%-
XYZ27.1232.8244.44-
YUV148.58141.7899.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.44%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=24.44%
G=36.77%
B=38.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091641730.370.0500.32188.4428.0755.29
Hex6DA4AD255020bc1c37
Octal1552442554550402743467
Binary1101101101001001010110110010110101000001011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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