Html Css Color HEX #64A5AA Fountain Blue

📋 copy color: '#64A5AA'

red 100 ◦ green 165 ◦ blue 170

#64A5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #64A5AA

Tints of Fountain Blue #64A5AA

RGB

 RED value IS 100 (39.45% from 255) = 22.99%

 GREEN value IS 165 (64.84% from 255) = 37.93%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 22.99%
G = 37.93%
B = 39.08%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#64A5AA (or 0x64A5AA) is known color: Fountain Blue. HEX triplet: 64, A5 and AA. RGB value is (100,165,170). Sum of RGB (Red+Green+Blue) = 100+165+170=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A5AA is #9B5A55. Grayscale: #929292. Windows color (decimal): -10181206 or 11183460. OLE color: 11183460.

HSL color Cylindrical-coordinate representation of color #64A5AA: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64A5AA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 165 170 -
CMYK 0.41 0.03 0 0.33
HSL 184.29º 0.29% 0.53% -
HSV(B) 184.29º 0.41% 0.67% -
XYZ 25.97 32.52 42.94 -
YUV 146.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 100 165 170 0.41 0.03 0 0.33 184.29 0.29 0.53
Hex 64 A5 AA 29 3 0 21 B8 1D 35
Octal 144 245 252 51 3 0 41 270 35 65
Binary 1100100 10100101 10101010 101001 11 0 100001 10111000 11101 110101

Color Harmonies of #64A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A5AA

Black with #64A5AA

Text Example


Text Example

White with #64A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,170); }

 H1.HeaderClassName
 {
   color: #64A5AA;
 }
 .AnyTagClassName
 {
   color: #64A5AA;
 }
</style>

background-color css

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

 a { background-color: rgb(100,165,170); }

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

border-color css

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

 span { border-color: rgb(100,165,170); }

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