Html Css Color HEX #6EAAAE Neptune

📋 copy color: '#6EAAAE'

red 110 ◦ green 170 ◦ blue 174

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

Shades of Neptune #6EAAAE

Tints of Neptune #6EAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

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

R = 24.23%
G = 37.44%
B = 38.33%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6EAAAE (or 0x6EAAAE) is known color: Neptune. HEX triplet: 6E, AA and AE. RGB value is (110,170,174). Sum of RGB (Red+Green+Blue) = 110+170+174=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAE is #915551. Grayscale: #989898. Windows color (decimal): -9524562 or 11446894. OLE color: 11446894.

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

Color convert

RGB 110 170 174 -
CMYK 0.37 0.02 0 0.32
HSL 183.75º 0.28% 0.56% -
HSV(B) 183.75º 0.37% 0.68% -
XYZ 28.45 35.12 45.32 -
YUV 152.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 110 170 174 0.37 0.02 0 0.32 183.75 0.28 0.56
Hex 6E AA AE 25 2 0 20 B8 1C 38
Octal 156 252 256 45 2 0 40 270 34 70
Binary 1101110 10101010 10101110 100101 10 0 100000 10111000 11100 111000

Color Harmonies of #6EAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAAE

Black with #6EAAAE

Text Example


Text Example

White with #6EAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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