Html Css Color HEX #6EA5A4 Neptune

📋 copy color: '#6EA5A4'

red 110 ◦ green 165 ◦ blue 164

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

Shades of Neptune #6EA5A4

Tints of Neptune #6EA5A4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 25.06%
G = 37.59%
B = 37.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#6EA5A4 (or 0x6EA5A4) is known color: Neptune. HEX triplet: 6E, A5 and A4. RGB value is (110,165,164). Sum of RGB (Red+Green+Blue) = 110+165+164=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA5A4 is #915A5B. Grayscale: #949494. Windows color (decimal): -9525852 or 10790254. OLE color: 10790254.

HSL color Cylindrical-coordinate representation of color #6EA5A4: hue angle of 178.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA5A4 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 165 164 -
CMYK 0.33 0 0.01 0.35
HSL 178.91º 0.23% 0.54% -
HSV(B) 178.91º 0.33% 0.65% -
XYZ 26.59 32.91 40.07 -
YUV 148.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 110 165 164 0.33 0 0.01 0.35 178.91 0.23 0.54
Hex 6E A5 A4 21 0 1 23 B3 17 36
Octal 156 245 244 41 0 1 43 263 27 66
Binary 1101110 10100101 10100100 100001 0 1 100011 10110011 10111 110110

Color Harmonies of #6EA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA5A4

Black with #6EA5A4

Text Example


Text Example

White with #6EA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,165,164); }

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

background-color css

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

 a { background-color: rgb(110,165,164); }

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

border-color css

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

 span { border-color: rgb(110,165,164); }

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