#699FAB

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

Shades of Fountain Blue #699FAB

Tints of Fountain Blue #699FAB

Color information

#699FAB (or 0x699FAB) is unknown color: approx Fountain Blue. HEX triplet: 69, 9F and AB. RGB value is (105,159,171). Sum of RGB (Red+Green+Blue) = 105+159+171=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #699FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699FAB is #966054. Grayscale: #909090. Windows color (decimal): -9855061 or 11247465. OLE color: 11247465.

HSL color Cylindrical-coordinate representation of color #699FAB: hue angle of 190.91º degrees, saturation: 0.28, 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 #699FAB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105159171-
CMYK0.390.0700.33
HSL190.91º28.21%54.12%-
HSV(B)190.91º38.6%67.06%-
XYZ25.5730.7443.11-
YUV144.22143.11100.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=24.14%
G=36.55%
B=39.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051591710.390.0700.33190.9128.2154.12
Hex699FAB277021bf1c36
Octal1512372534770412773466
Binary1101001100111111010101110011111101000011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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