#6AA9AC

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

Shades of Fountain Blue #6AA9AC

Tints of Fountain Blue #6AA9AC

Color information

#6AA9AC (or 0x6AA9AC) is unknown color: approx Fountain Blue. HEX triplet: 6A, A9 and AC. RGB value is (106,169,172). Sum of RGB (Red+Green+Blue) = 106+169+172=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AA9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA9AC is #955653. Grayscale: #969696. Windows color (decimal): -9786964 or 11315562. OLE color: 11315562.

HSL color Cylindrical-coordinate representation of color #6AA9AC: hue angle of 182.73º 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 #6AA9AC is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106169172-
CMYK0.380.0200.33
HSL182.73º28.45%54.51%-
HSV(B)182.73º38.37%67.45%-
XYZ27.5834.4244.22-
YUV150.5140.1396.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.71%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=23.71%
G=37.81%
B=38.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061691720.380.0200.33182.7328.4554.51
Hex6AA9AC262021b71c37
Octal1522512544620412673467
Binary110101010101001101011001001101001000011011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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