#64A3CA

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

Shades of Picton Blue #64A3CA

Tints of Picton Blue #64A3CA

Color information

#64A3CA (or 0x64A3CA) is unknown color: approx Picton Blue. HEX triplet: 64, A3 and CA. RGB value is (100,163,202). Sum of RGB (Red+Green+Blue) = 100+163+202=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #64A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3CA is #9B5C35. Grayscale: #949494. Windows color (decimal): -10181686 or 13280100. OLE color: 13280100.

HSL color Cylindrical-coordinate representation of color #64A3CA: hue angle of 202.94º 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 #64A3CA is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100163202-
CMYK0.500.1900.21
HSL202.94º49.04%59.22%-
HSV(B)202.94º50.5%79.22%-
XYZ29.0133.1760.75-
YUV148.61158.1393.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=21.51%
G=35.05%
B=43.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001632020.500.1900.21202.9449.0459.22
Hex64A3CA3213015cb313b
Octal14424331262230253136173
Binary110010010100011110010101100101001101010111001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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