Html Css Color HEX #6EAAAB Neptune

📋 copy color: '#6EAAAB'

red 110 ◦ green 170 ◦ blue 171

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

Shades of Neptune #6EAAAB

Tints of Neptune #6EAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 24.39%
G = 37.69%
B = 37.92%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6EAAAB (or 0x6EAAAB) is known color: Neptune. HEX triplet: 6E, AA and AB. RGB value is (110,170,171). Sum of RGB (Red+Green+Blue) = 110+170+171=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #6EAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAB is #915554. Grayscale: #989898. Windows color (decimal): -9524565 or 11250286. OLE color: 11250286.

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

Color convert

RGB 110 170 171 -
CMYK 0.36 0.01 0 0.33
HSL 180.98º 0.27% 0.55% -
HSV(B) 180.98º 0.36% 0.67% -
XYZ 28.16 35 43.8 -
YUV 152.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 110 170 171 0.36 0.01 0 0.33 180.98 0.27 0.55
Hex 6E AA AB 24 1 0 21 B5 1B 37
Octal 156 252 253 44 1 0 41 265 33 67
Binary 1101110 10101010 10101011 100100 1 0 100001 10110101 11011 110111

Color Harmonies of #6EAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAAB

Black with #6EAAAB

Text Example


Text Example

White with #6EAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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