Html Css Color HEX #6DA1AE Neptune

📋 copy color: '#6DA1AE'

red 109 ◦ green 161 ◦ blue 174

#6DA1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #6DA1AE

Tints of Neptune #6DA1AE

RGB

 RED value IS 109 (42.97% from 255) = 24.55%

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 24.55%
G = 36.26%
B = 39.19%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6DA1AE (or 0x6DA1AE) is known color: Neptune. HEX triplet: 6D, A1 and AE. RGB value is (109,161,174). Sum of RGB (Red+Green+Blue) = 109+161+174=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #6DA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA1AE is #925E51. Grayscale: #929292. Windows color (decimal): -9592402 or 11444589. OLE color: 11444589.

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

Color convert

RGB 109 161 174 -
CMYK 0.37 0.07 0 0.32
HSL 192º 0.29% 0.55% -
HSV(B) 192º 0.37% 0.68% -
XYZ 26.69 31.8 44.78 -
YUV 146.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 109 161 174 0.37 0.07 0 0.32 192 0.29 0.55
Hex 6D A1 AE 25 7 0 20 C0 1D 37
Octal 155 241 256 45 7 0 40 300 35 67
Binary 1101101 10100001 10101110 100101 111 0 100000 11000000 11101 110111

Color Harmonies of #6DA1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA1AE

Black with #6DA1AE

Text Example


Text Example

White with #6DA1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,161,174); }

 H1.HeaderClassName
 {
   color: #6DA1AE;
 }
 .AnyTagClassName
 {
   color: #6DA1AE;
 }
</style>

background-color css

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

 a { background-color: rgb(109,161,174); }

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

border-color css

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

 span { border-color: rgb(109,161,174); }

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