#6AA6AB

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

Shades of Fountain Blue #6AA6AB

Tints of Fountain Blue #6AA6AB

Color information

#6AA6AB (or 0x6AA6AB) is unknown color: approx Fountain Blue. HEX triplet: 6A, A6 and AB. RGB value is (106,166,171). Sum of RGB (Red+Green+Blue) = 106+166+171=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #6AA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA6AB is #955954. Grayscale: #949494. Windows color (decimal): -9787733 or 11249258. OLE color: 11249258.

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

Color convert

RGB106166171-
CMYK0.380.0300.33
HSL184.62º27.9%54.31%-
HSV(B)184.62º38.01%67.06%-
XYZ26.9333.2843.53-
YUV148.63140.6297.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.93%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=23.93%
G=37.47%
B=38.60%

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
Decimal1061661710.380.0300.33184.6227.954.31
Hex6AA6AB263021b91c36
Octal1522462534630412713466
Binary110101010100110101010111001101101000011011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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