#64A8DC

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

Shades of Picton Blue #64A8DC

Tints of Picton Blue #64A8DC

Color information

#64A8DC (or 0x64A8DC) is unknown color: approx Picton Blue. HEX triplet: 64, A8 and DC. RGB value is (100,168,220). Sum of RGB (Red+Green+Blue) = 100+168+220=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8DC is #9B5723. Grayscale: #999999. Windows color (decimal): -10180388 or 14461028. OLE color: 14461028.

HSL color Cylindrical-coordinate representation of color #64A8DC: hue angle of 206º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A8DC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100168220-
CMYK0.550.2400.14
HSL206º63.16%62.75%-
HSV(B)206º54.55%86.27%-
XYZ32.1835.8872.94-
YUV153.6165.4789.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.49%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=20.49%
G=34.43%
B=45.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001682200.550.2400.1420663.1662.75
Hex64A8DC37180Ece3f3f
Octal14425033467300163167777
Binary11001001010100011011100110111110000111011001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,168,220); }

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

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

 a { background-color: rgb(100,168,220); }

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

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

 span { border-color: rgb(100,168,220); }

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