#6EAAAF

Color #6EAAAF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #6EAAAF

Tints of Fountain Blue #6EAAAF

Color information

#6EAAAF (or 0x6EAAAF) is unknown color: approx Fountain Blue. HEX triplet: 6E, AA and AF. RGB value is (110,170,175). Sum of RGB (Red+Green+Blue) = 110+170+175=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAAAF is #915550. Grayscale: #989898. Windows color (decimal): -9524561 or 11512430. OLE color: 11512430.

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

Color convert

RGB110170175-
CMYK0.370.0300.31
HSL184.62º28.89%55.88%-
HSV(B)184.62º37.14%68.63%-
XYZ28.5435.1645.84-
YUV152.63140.6297.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=24.18%
G=37.36%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101701750.370.0300.31184.6228.8955.88
Hex6EAAAF25301Fb91d38
Octal1562522574530372713570
Binary11011101010101010101111100101110111111011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EAAAF;
 }
 .AnyTagClassName
 {
   color: #6EAAAF;
 }
</style>
background-color css

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

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

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

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

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

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