Html Css Color HEX #6EACAD Neptune

📋 copy color: '#6EACAD'

red 110 ◦ green 172 ◦ blue 173

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

Shades of Neptune #6EACAD

Tints of Neptune #6EACAD

RGB

 RED value IS 110 (43.36% from 255) = 24.18%

 GREEN value IS 172 (67.58% from 255) = 37.8%

 BLUE value IS 173 (67.97% from 255) = 38.02%

R = 24.18%
G = 37.8%
B = 38.02%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6EACAD (or 0x6EACAD) is known color: Neptune. HEX triplet: 6E, AC and AD. RGB value is (110,172,173). Sum of RGB (Red+Green+Blue) = 110+172+173=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #6EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAD is #915352. Grayscale: #999999. Windows color (decimal): -9524051 or 11381870. OLE color: 11381870.

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

Color convert

RGB 110 172 173 -
CMYK 0.36 0.01 0 0.32
HSL 180.95º 0.28% 0.55% -
HSV(B) 180.95º 0.36% 0.68% -
XYZ 28.73 35.84 44.94 -
YUV 153.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 110 172 173 0.36 0.01 0 0.32 180.95 0.28 0.55
Hex 6E AC AD 24 1 0 20 B5 1C 37
Octal 156 254 255 44 1 0 40 265 34 67
Binary 1101110 10101100 10101101 100100 1 0 100000 10110101 11100 110111

Color Harmonies of #6EACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACAD

Black with #6EACAD

Text Example


Text Example

White with #6EACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,173); }

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

background-color css

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

 a { background-color: rgb(110,172,173); }

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

border-color css

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

 span { border-color: rgb(110,172,173); }

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