#6EACAF

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

Shades of Fountain Blue #6EACAF

Tints of Fountain Blue #6EACAF

Color information

#6EACAF (or 0x6EACAF) is unknown color: approx Fountain Blue. HEX triplet: 6E, AC and AF. RGB value is (110,172,175). Sum of RGB (Red+Green+Blue) = 110+172+175=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #6EACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAF is #915350. Grayscale: #999999. Windows color (decimal): -9524049 or 11512942. OLE color: 11512942.

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

Color convert

RGB110172175-
CMYK0.370.0200.31
HSL182.77º28.89%55.88%-
HSV(B)182.77º37.14%68.63%-
XYZ28.9235.9245.97-
YUV153.8139.9696.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.07%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=24.07%
G=37.64%
B=38.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101721750.370.0200.31182.7728.8955.88
Hex6EACAF25201Fb71d38
Octal1562542574520372673570
Binary11011101010110010101111100101100111111011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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