#6EAFB4

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

Shades of Fountain Blue #6EAFB4

Tints of Fountain Blue #6EAFB4

Color information

#6EAFB4 (or 0x6EAFB4) is unknown color: approx Fountain Blue. HEX triplet: 6E, AF and B4. RGB value is (110,175,180). Sum of RGB (Red+Green+Blue) = 110+175+180=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #6EAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFB4 is #91504B. Grayscale: #9C9C9C. Windows color (decimal): -9523276 or 11841390. OLE color: 11841390.

HSL color Cylindrical-coordinate representation of color #6EAFB4: hue angle of 184.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EAFB4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110175180-
CMYK0.390.0300.29
HSL184.29º31.82%56.86%-
HSV(B)184.29º38.89%70.59%-
XYZ3037.2748.79-
YUV156.14141.4795.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.66%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=23.66%
G=37.63%
B=38.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101751800.390.0300.29184.2931.8256.86
Hex6EAFB427301Db82039
Octal1562572644730352704071
Binary110111010101111101101001001111101110110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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