Html Css Color HEX #6EA2AF Neptune

📋 copy color: '#6EA2AF'

red 110 ◦ green 162 ◦ blue 175

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

Shades of Neptune #6EA2AF

Tints of Neptune #6EA2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 24.61%
G = 36.24%
B = 39.15%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6EA2AF (or 0x6EA2AF) is known color: Neptune. HEX triplet: 6E, A2 and AF. RGB value is (110,162,175). Sum of RGB (Red+Green+Blue) = 110+162+175=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EA2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2AF is #915D50. Grayscale: #939393. Windows color (decimal): -9526609 or 11510382. OLE color: 11510382.

HSL color Cylindrical-coordinate representation of color #6EA2AF: hue angle of 192º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EA2AF is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 162 175 -
CMYK 0.37 0.07 0 0.31
HSL 192º 0.29% 0.56% -
HSV(B) 192º 0.37% 0.69% -
XYZ 27.09 32.25 45.35 -
YUV 147.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 110 162 175 0.37 0.07 0 0.31 192 0.29 0.56
Hex 6E A2 AF 25 7 0 1F C0 1D 38
Octal 156 242 257 45 7 0 37 300 35 70
Binary 1101110 10100010 10101111 100101 111 0 11111 11000000 11101 111000

Color Harmonies of #6EA2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA2AF

Black with #6EA2AF

Text Example


Text Example

White with #6EA2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,162,175); }

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

background-color css

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

 a { background-color: rgb(110,162,175); }

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

border-color css

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

 span { border-color: rgb(110,162,175); }

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