#64A1AF

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

Shades of Fountain Blue #64A1AF

Tints of Fountain Blue #64A1AF

Color information

#64A1AF (or 0x64A1AF) is unknown color: approx Fountain Blue. HEX triplet: 64, A1 and AF. RGB value is (100,161,175). Sum of RGB (Red+Green+Blue) = 100+161+175=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #64A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A1AF is #9B5E50. Grayscale: #909090. Windows color (decimal): -10182225 or 11510116. OLE color: 11510116.

HSL color Cylindrical-coordinate representation of color #64A1AF: hue angle of 191.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64A1AF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100161175-
CMYK0.430.0800.31
HSL191.2º31.91%53.92%-
HSV(B)191.2º42.86%68.63%-
XYZ25.7431.2945.24-
YUV144.36145.2996.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=22.94%
G=36.93%
B=40.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001611750.430.0800.31191.231.9153.92
Hex64A1AF2B801Fbf2036
Octal14424125753100372774066
Binary11001001010000110101111101011100001111110111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A1AF; }

 p { color: rgb(100,161,175); }

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

<style>
 a { background-color: #64A1AF; }

 a { background-color: rgb(100,161,175); }

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

<style>
 span { border-color: #64A1AF; }

 span { border-color: rgb(100,161,175); }

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