#6AA8AA

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

Shades of Fountain Blue #6AA8AA

Tints of Fountain Blue #6AA8AA

Color information

#6AA8AA (or 0x6AA8AA) is unknown color: approx Fountain Blue. HEX triplet: 6A, A8 and AA. RGB value is (106,168,170). Sum of RGB (Red+Green+Blue) = 106+168+170=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #6AA8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA8AA is #955755. Grayscale: #959595. Windows color (decimal): -9787222 or 11184234. OLE color: 11184234.

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

Color convert

RGB106168170-
CMYK0.380.0100.33
HSL181.88º27.35%54.12%-
HSV(B)181.88º37.65%66.67%-
XYZ27.233.9743.15-
YUV149.69139.4696.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=23.87%
G=37.84%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061681700.380.0100.33181.8827.3554.12
Hex6AA8AA261021b61b36
Octal1522502524610412663366
Binary11010101010100010101010100110101000011011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,170); }

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

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

 a { background-color: rgb(106,168,170); }

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

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

 span { border-color: rgb(106,168,170); }

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