#6EAEB0

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

Shades of Fountain Blue #6EAEB0

Tints of Fountain Blue #6EAEB0

Color information

#6EAEB0 (or 0x6EAEB0) is unknown color: approx Fountain Blue. HEX triplet: 6E, AE and B0. RGB value is (110,174,176). Sum of RGB (Red+Green+Blue) = 110+174+176=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #6EAEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAEB0 is #91514F. Grayscale: #9B9B9B. Windows color (decimal): -9523536 or 11578990. OLE color: 11578990.

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

Color convert

RGB110174176-
CMYK0.370.0100.31
HSL181.82º29.46%56.08%-
HSV(B)181.82º37.5%69.02%-
XYZ29.436.7246.61-
YUV155.09139.895.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.91%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=23.91%
G=37.83%
B=38.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101741760.370.0100.31181.8229.4656.08
Hex6EAEB025101Fb61d38
Octal1562562604510372663570
Binary1101110101011101011000010010110111111011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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