#6EA5B4

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

Shades of Fountain Blue #6EA5B4

Tints of Fountain Blue #6EA5B4

Color information

#6EA5B4 (or 0x6EA5B4) is unknown color: approx Fountain Blue. HEX triplet: 6E, A5 and B4. RGB value is (110,165,180). Sum of RGB (Red+Green+Blue) = 110+165+180=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #6EA5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA5B4 is #915A4B. Grayscale: #969696. Windows color (decimal): -9525836 or 11838830. OLE color: 11838830.

HSL color Cylindrical-coordinate representation of color #6EA5B4: hue angle of 192.86º 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 #6EA5B4 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB110165180-
CMYK0.390.0800.29
HSL192.86º31.82%56.86%-
HSV(B)192.86º38.89%70.59%-
XYZ28.1233.5248.17-
YUV150.27144.7899.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=24.18%
G=36.26%
B=39.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101651800.390.0800.29192.8631.8256.86
Hex6EA5B427801Dc12039
Octal15624526447100353014071
Binary11011101010010110110100100111100001110111000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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