#64A2DF

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

Shades of Picton Blue #64A2DF

Tints of Picton Blue #64A2DF

Color information

#64A2DF (or 0x64A2DF) is unknown color: approx Picton Blue. HEX triplet: 64, A2 and DF. RGB value is (100,162,223). Sum of RGB (Red+Green+Blue) = 100+162+223=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #64A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A2DF is #9B5D20. Grayscale: #969696. Windows color (decimal): -10181921 or 14656100. OLE color: 14656100.

HSL color Cylindrical-coordinate representation of color #64A2DF: hue angle of 209.76º 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 #64A2DF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100162223-
CMYK0.550.2700.13
HSL209.76º65.78%63.33%-
HSV(B)209.76º55.16%87.45%-
XYZ31.533.8874.69-
YUV150.42168.9692.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=20.62%
G=33.40%
B=45.98%

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
Decimal1001622230.550.2700.13209.7665.7863.33
Hex64A2DF371B0Dd2423f
Octal144242337673301532210277
Binary110010010100010110111111101111101101101110100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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