#6AAEAD

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

Shades of Fountain Blue #6AAEAD

Tints of Fountain Blue #6AAEAD

Color information

#6AAEAD (or 0x6AAEAD) is unknown color: approx Fountain Blue. HEX triplet: 6A, AE and AD. RGB value is (106,174,173). Sum of RGB (Red+Green+Blue) = 106+174+173=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAEAD is #955152. Grayscale: #999999. Windows color (decimal): -9785683 or 11382378. OLE color: 11382378.

HSL color Cylindrical-coordinate representation of color #6AAEAD: hue angle of 179.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAEAD is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB106174173-
CMYK0.3900.010.32
HSL179.12º29.57%54.9%-
HSV(B)179.12º39.08%68.24%-
XYZ28.6236.3545.04-
YUV153.55138.9794.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.40%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=23.40%
G=38.41%
B=38.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061741730.3900.010.32179.1229.5754.9
Hex6AAEAD270120b31e37
Octal1522562554701402633667
Binary11010101010111010101101100111011000001011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,173); }

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

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

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

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

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

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

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