#69A6AA

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

Shades of Fountain Blue #69A6AA

Tints of Fountain Blue #69A6AA

Color information

#69A6AA (or 0x69A6AA) is unknown color: approx Fountain Blue. HEX triplet: 69, A6 and AA. RGB value is (105,166,170). Sum of RGB (Red+Green+Blue) = 105+166+170=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #69A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A6AA is #965955. Grayscale: #949494. Windows color (decimal): -9853270 or 11183721. OLE color: 11183721.

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

Color convert

RGB105166170-
CMYK0.380.0200.33
HSL183.69º27.66%53.92%-
HSV(B)183.69º38.24%66.67%-
XYZ26.7233.1843.03-
YUV148.22140.2997.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.81%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=23.81%
G=37.64%
B=38.55%

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
Decimal1051661700.380.0200.33183.6927.6653.92
Hex69A6AA262021b81c36
Octal1512462524620412703466
Binary110100110100110101010101001101001000011011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A6AA; }

 p { color: rgb(105,166,170); }

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

<style>
 a { background-color: #69A6AA; }

 a { background-color: rgb(105,166,170); }

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

<style>
 span { border-color: #69A6AA; }

 span { border-color: rgb(105,166,170); }

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