#679FAB

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

Shades of Fountain Blue #679FAB

Tints of Fountain Blue #679FAB

Color information

#679FAB (or 0x679FAB) is unknown color: approx Fountain Blue. HEX triplet: 67, 9F and AB. RGB value is (103,159,171). Sum of RGB (Red+Green+Blue) = 103+159+171=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #679FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679FAB is #986054. Grayscale: #8F8F8F. Windows color (decimal): -9986133 or 11247463. OLE color: 11247463.

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

Color convert

RGB103159171-
CMYK0.400.0700.33
HSL190.59º28.81%53.73%-
HSV(B)190.59º39.77%67.06%-
XYZ25.3430.6243.1-
YUV143.62143.4599.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.79%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=23.79%
G=36.72%
B=39.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031591710.400.0700.33190.5928.8153.73
Hex679FAB287021bf1d36
Octal1472372535070412773566
Binary1100111100111111010101110100011101000011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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