#679FAC

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

Shades of Fountain Blue #679FAC

Tints of Fountain Blue #679FAC

Color information

#679FAC (or 0x679FAC) is unknown color: approx Fountain Blue. HEX triplet: 67, 9F and AC. RGB value is (103,159,172). Sum of RGB (Red+Green+Blue) = 103+159+172=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #679FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FAC is #986053. Grayscale: #8F8F8F. Windows color (decimal): -9986132 or 11312999. OLE color: 11312999.

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

Color convert

RGB103159172-
CMYK0.400.0800.33
HSL191.3º29.36%53.92%-
HSV(B)191.3º40.12%67.45%-
XYZ25.4430.6643.61-
YUV143.74143.9598.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.73%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=23.73%
G=36.64%
B=39.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031591720.400.0800.33191.329.3653.92
Hex679FAC288021bf1d36
Octal14723725450100412773566
Binary11001111001111110101100101000100001000011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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