#64A2AF

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

Shades of Fountain Blue #64A2AF

Tints of Fountain Blue #64A2AF

Color information

#64A2AF (or 0x64A2AF) is unknown color: approx Fountain Blue. HEX triplet: 64, A2 and AF. RGB value is (100,162,175). Sum of RGB (Red+Green+Blue) = 100+162+175=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #64A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A2AF is #9B5D50. Grayscale: #909090. Windows color (decimal): -10181969 or 11510372. OLE color: 11510372.

HSL color Cylindrical-coordinate representation of color #64A2AF: hue angle of 190.4º 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 #64A2AF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100162175-
CMYK0.430.0700.31
HSL190.4º31.91%53.92%-
HSV(B)190.4º42.86%68.63%-
XYZ25.9131.6545.3-
YUV144.94144.9695.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=22.88%
G=37.07%
B=40.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001621750.430.0700.31190.431.9153.92
Hex64A2AF2B701Fbe2036
Octal1442422575370372764066
Binary1100100101000101010111110101111101111110111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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