#6AA6AC

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

Shades of Fountain Blue #6AA6AC

Tints of Fountain Blue #6AA6AC

Color information

#6AA6AC (or 0x6AA6AC) is unknown color: approx Fountain Blue. HEX triplet: 6A, A6 and AC. RGB value is (106,166,172). Sum of RGB (Red+Green+Blue) = 106+166+172=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA6AC is #955953. Grayscale: #949494. Windows color (decimal): -9787732 or 11314794. OLE color: 11314794.

HSL color Cylindrical-coordinate representation of color #6AA6AC: hue angle of 185.45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA6AC is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106166172-
CMYK0.380.0300.33
HSL185.45º28.45%54.51%-
HSV(B)185.45º38.37%67.45%-
XYZ27.0333.3244.04-
YUV148.74141.1297.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=23.87%
G=37.39%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061661720.380.0300.33185.4528.4554.51
Hex6AA6AC263021b91c37
Octal1522462544630412713467
Binary110101010100110101011001001101101000011011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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