#6EB0AF

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

Shades of Fountain Blue #6EB0AF

Tints of Fountain Blue #6EB0AF

Color information

#6EB0AF (or 0x6EB0AF) is unknown color: approx Fountain Blue. HEX triplet: 6E, B0 and AF. RGB value is (110,176,175). Sum of RGB (Red+Green+Blue) = 110+176+175=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB0AF is #914F50. Grayscale: #9C9C9C. Windows color (decimal): -9523025 or 11513966. OLE color: 11513966.

HSL color Cylindrical-coordinate representation of color #6EB0AF: hue angle of 179.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB0AF is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB110176175-
CMYK0.3700.010.31
HSL179.09º29.46%56.08%-
HSV(B)179.09º37.5%69.02%-
XYZ29.6937.4646.22-
YUV156.15138.6395.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=23.86%
G=38.18%
B=37.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761750.3700.010.31179.0929.4656.08
Hex6EB0AF25011Fb31d38
Octal1562602574501372633570
Binary1101110101100001010111110010101111111011001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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