#64A3DF

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

Shades of Picton Blue #64A3DF

Tints of Picton Blue #64A3DF

Color information

#64A3DF (or 0x64A3DF) is unknown color: approx Picton Blue. HEX triplet: 64, A3 and DF. RGB value is (100,163,223). Sum of RGB (Red+Green+Blue) = 100+163+223=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3DF is #9B5C20. Grayscale: #969696. Windows color (decimal): -10181665 or 14656356. OLE color: 14656356.

HSL color Cylindrical-coordinate representation of color #64A3DF: hue angle of 209.27º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A3DF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100163223-
CMYK0.550.2700.13
HSL209.27º65.78%63.33%-
HSV(B)209.27º55.16%87.45%-
XYZ31.6734.2374.75-
YUV151168.6391.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=20.58%
G=33.54%
B=45.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001632230.550.2700.13209.2765.7863.33
Hex64A3DF371B0Dd1423f
Octal144243337673301532110277
Binary110010010100011110111111101111101101101110100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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