#6EAEAE

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

Shades of Fountain Blue #6EAEAE

Tints of Fountain Blue #6EAEAE

Color information

#6EAEAE (or 0x6EAEAE) is unknown color: approx Fountain Blue. HEX triplet: 6E, AE and AE. RGB value is (110,174,174). Sum of RGB (Red+Green+Blue) = 110+174+174=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #6EAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAEAE is #915151. Grayscale: #9A9A9A. Windows color (decimal): -9523538 or 11447918. OLE color: 11447918.

HSL color Cylindrical-coordinate representation of color #6EAEAE: hue angle of 180º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAEAE is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110174174-
CMYK0.37000.32
HSL180º28.32%55.69%-
HSV(B)180º36.78%68.24%-
XYZ29.2136.6445.58-
YUV154.86138.896-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=24.02%
G=37.99%
B=37.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101741740.37000.3218028.3255.69
Hex6EAEAE250020b41c38
Octal1562562564500402643470
Binary11011101010111010101110100101001000001011010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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