#69A6B5

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

Shades of Fountain Blue #69A6B5

Tints of Fountain Blue #69A6B5

Color information

#69A6B5 (or 0x69A6B5) is unknown color: approx Fountain Blue. HEX triplet: 69, A6 and B5. RGB value is (105,166,181). Sum of RGB (Red+Green+Blue) = 105+166+181=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #69A6B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6B5 is #96594A. Grayscale: #959595. Windows color (decimal): -9853259 or 11904617. OLE color: 11904617.

HSL color Cylindrical-coordinate representation of color #69A6B5: hue angle of 191.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69A6B5 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105166181-
CMYK0.420.0800.29
HSL191.84º33.93%56.08%-
HSV(B)191.84º41.99%70.98%-
XYZ27.833.6148.74-
YUV149.47145.7996.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=23.23%
G=36.73%
B=40.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051661810.420.0800.29191.8433.9356.08
Hex69A6B52A801Dc02238
Octal15124626552100353004270
Binary11010011010011010110101101010100001110111000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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