#64a5ca

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

Shades of Picton Blue #64A5CA

Tints of Picton Blue #64A5CA

Color information

#64A5CA (or 0x64A5CA) is unknown color: approx Picton Blue. HEX triplet: 64, A5 and CA. RGB value is (100,165,202). Sum of RGB (Red+Green+Blue) = 100+165+202=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #64A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A5CA is #9B5A35. Grayscale: #959595. Windows color (decimal): -10181174 or 13280612. OLE color: 13280612.

HSL color Cylindrical-coordinate representation of color #64A5CA: hue angle of 201.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64A5CA is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100165202-
CMYK0.500.1800.21
HSL201.76º49.04%59.22%-
HSV(B)201.76º50.5%79.22%-
XYZ29.3733.8860.87-
YUV149.78157.4792.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=21.41%
G=35.33%
B=43.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001652020.500.1800.21201.7649.0459.22
Hex64A5CA3212015ca313b
Octal14424531262220253126173
Binary110010010100101110010101100101001001010111001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64a5ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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