Html Css Color HEX #6E9FAE Neptune

📋 copy color: '#6E9FAE'

red 110 ◦ green 159 ◦ blue 174

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

Shades of Neptune #6E9FAE

Tints of Neptune #6E9FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

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

R = 24.83%
G = 35.89%
B = 39.28%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E9FAE (or 0x6E9FAE) is known color: Neptune. HEX triplet: 6E, 9F and AE. RGB value is (110,159,174). Sum of RGB (Red+Green+Blue) = 110+159+174=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E9FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9FAE is #916051. Grayscale: #919191. Windows color (decimal): -9527378 or 11444078. OLE color: 11444078.

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

Color convert

RGB 110 159 174 -
CMYK 0.37 0.09 0 0.32
HSL 194.06º 0.28% 0.56% -
HSV(B) 194.06º 0.37% 0.68% -
XYZ 26.47 31.17 44.67 -
YUV 146.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 110 159 174 0.37 0.09 0 0.32 194.06 0.28 0.56
Hex 6E 9F AE 25 9 0 20 C2 1C 38
Octal 156 237 256 45 11 0 40 302 34 70
Binary 1101110 10011111 10101110 100101 1001 0 100000 11000010 11100 111000

Color Harmonies of #6E9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FAE

Black with #6E9FAE

Text Example


Text Example

White with #6E9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,159,174); }

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

background-color css

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

 a { background-color: rgb(110,159,174); }

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

border-color css

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

 span { border-color: rgb(110,159,174); }

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