#699FAC

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

Shades of Fountain Blue #699FAC

Tints of Fountain Blue #699FAC

Color information

#699FAC (or 0x699FAC) is unknown color: approx Fountain Blue. HEX triplet: 69, 9F and AC. RGB value is (105,159,172). Sum of RGB (Red+Green+Blue) = 105+159+172=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #699FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699FAC is #966053. Grayscale: #909090. Windows color (decimal): -9855060 or 11313001. OLE color: 11313001.

HSL color Cylindrical-coordinate representation of color #699FAC: hue angle of 191.64º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #699FAC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105159172-
CMYK0.390.0800.33
HSL191.64º28.76%54.31%-
HSV(B)191.64º38.95%67.45%-
XYZ25.6730.7843.62-
YUV144.34143.6199.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=24.08%
G=36.47%
B=39.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051591720.390.0800.33191.6428.7654.31
Hex699FAC278021c01d36
Octal15123725447100413003566
Binary11010011001111110101100100111100001000011100000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699FAC; }

 p { color: rgb(105,159,172); }

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

<style>
 a { background-color: #699FAC; }

 a { background-color: rgb(105,159,172); }

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

<style>
 span { border-color: #699FAC; }

 span { border-color: rgb(105,159,172); }

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