#6AA7AC

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

Shades of Fountain Blue #6AA7AC

Tints of Fountain Blue #6AA7AC

Color information

#6AA7AC (or 0x6AA7AC) is unknown color: approx Fountain Blue. HEX triplet: 6A, A7 and AC. RGB value is (106,167,172). Sum of RGB (Red+Green+Blue) = 106+167+172=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #6AA7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA7AC is #955853. Grayscale: #959595. Windows color (decimal): -9787476 or 11315050. OLE color: 11315050.

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

Color convert

RGB106167172-
CMYK0.380.0300.33
HSL184.55º28.45%54.51%-
HSV(B)184.55º38.37%67.45%-
XYZ27.2133.6844.1-
YUV149.33140.7997.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.82%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=23.82%
G=37.53%
B=38.65%

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
Decimal1061671720.380.0300.33184.5528.4554.51
Hex6AA7AC263021b91c37
Octal1522472544630412713467
Binary110101010100111101011001001101101000011011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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