#64A4AF

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

Shades of Fountain Blue #64A4AF

Tints of Fountain Blue #64A4AF

Color information

#64A4AF (or 0x64A4AF) is unknown color: approx Fountain Blue. HEX triplet: 64, A4 and AF. RGB value is (100,164,175). Sum of RGB (Red+Green+Blue) = 100+164+175=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #64A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A4AF is #9B5B50. Grayscale: #929292. Windows color (decimal): -10181457 or 11510884. OLE color: 11510884.

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

Color convert

RGB100164175-
CMYK0.430.0600.31
HSL188.8º31.91%53.92%-
HSV(B)188.8º42.86%68.63%-
XYZ26.2732.3645.42-
YUV146.12144.395.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.78%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=22.78%
G=37.36%
B=39.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001641750.430.0600.31188.831.9153.92
Hex64A4AF2B601Fbd2036
Octal1442442575360372754066
Binary1100100101001001010111110101111001111110111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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