#6EACAE

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

Shades of Fountain Blue #6EACAE

Tints of Fountain Blue #6EACAE

Color information

#6EACAE (or 0x6EACAE) is unknown color: approx Fountain Blue. HEX triplet: 6E, AC and AE. RGB value is (110,172,174). Sum of RGB (Red+Green+Blue) = 110+172+174=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAE is #915351. Grayscale: #999999. Windows color (decimal): -9524050 or 11447406. OLE color: 11447406.

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

Color convert

RGB110172174-
CMYK0.370.0100.32
HSL181.88º28.32%55.69%-
HSV(B)181.88º36.78%68.24%-
XYZ28.8235.8845.45-
YUV153.69139.4696.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=24.12%
G=37.72%
B=38.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101721740.370.0100.32181.8828.3255.69
Hex6EACAE251020b61c38
Octal1562542564510402663470
Binary11011101010110010101110100101101000001011011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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