#6AA6AE

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

Shades of Fountain Blue #6AA6AE

Tints of Fountain Blue #6AA6AE

Color information

#6AA6AE (or 0x6AA6AE) is unknown color: approx Fountain Blue. HEX triplet: 6A, A6 and AE. RGB value is (106,166,174). Sum of RGB (Red+Green+Blue) = 106+166+174=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #6AA6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA6AE is #955951. Grayscale: #949494. Windows color (decimal): -9787730 or 11445866. OLE color: 11445866.

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

Color convert

RGB106166174-
CMYK0.390.0500.32
HSL187.06º29.57%54.9%-
HSV(B)187.06º39.08%68.24%-
XYZ27.2233.3945.06-
YUV148.97142.1297.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.77%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=23.77%
G=37.22%
B=39.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061661740.390.0500.32187.0629.5754.9
Hex6AA6AE275020bb1e37
Octal1522462564750402733667
Binary1101010101001101010111010011110101000001011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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