Html Css Color HEX #6EAAAA Neptune

📋 copy color: '#6EAAAA'

red 110 ◦ green 170 ◦ blue 170

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

Shades of Neptune #6EAAAA

Tints of Neptune #6EAAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 24.44%
G = 37.78%
B = 37.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6EAAAA (or 0x6EAAAA) is known color: Neptune. HEX triplet: 6E, AA and AA. RGB value is (110,170,170). Sum of RGB (Red+Green+Blue) = 110+170+170=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #6EAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAA is #915555. Grayscale: #989898. Windows color (decimal): -9524566 or 11184750. OLE color: 11184750.

HSL color Cylindrical-coordinate representation of color #6EAAAA: hue angle of 180º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EAAAA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 170 170 -
CMYK 0.35 0 0 0.33
HSL 180º 0.26% 0.55% -
HSV(B) 180º 0.35% 0.67% -
XYZ 28.06 34.97 43.3 -
YUV 152.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 110 170 170 0.35 0 0 0.33 180 0.26 0.55
Hex 6E AA AA 23 0 0 21 B4 1A 37
Octal 156 252 252 43 0 0 41 264 32 67
Binary 1101110 10101010 10101010 100011 0 0 100001 10110100 11010 110111

Color Harmonies of #6EAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAAA

Black with #6EAAAA

Text Example


Text Example

White with #6EAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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