#659FAC

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

Shades of Fountain Blue #659FAC

Tints of Fountain Blue #659FAC

Color information

#659FAC (or 0x659FAC) is unknown color: approx Fountain Blue. HEX triplet: 65, 9F and AC. RGB value is (101,159,172). Sum of RGB (Red+Green+Blue) = 101+159+172=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #659FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659FAC is #9A6053. Grayscale: #8F8F8F. Windows color (decimal): -10117204 or 11312997. OLE color: 11312997.

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

Color convert

RGB101159172-
CMYK0.410.0800.33
HSL190.99º29.96%53.53%-
HSV(B)190.99º41.28%67.45%-
XYZ25.2130.5443.6-
YUV143.14144.2897.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=23.38%
G=36.81%
B=39.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011591720.410.0800.33190.9929.9653.53
Hex659FAC298021bf1e36
Octal14523725451100412773666
Binary11001011001111110101100101001100001000011011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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